#4269f4

Color #4269F4 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4269F4

Tints of Royal Blue #4269F4

Color information

#4269F4 (or 0x4269F4) is unknown color: approx Royal Blue. HEX triplet: 42, 69 and F4. RGB value is (66,105,244). Sum of RGB (Red+Green+Blue) = 66+105+244=415 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.90% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 244 (95.70% from 255 or 58.80% from 415); Max value from RGB is 244 - color contains mainly: blue. Hex color #4269F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4269F4 is #BD960B. Grayscale: #6C6C6C. Windows color (decimal): -12424716 or 16017730. OLE color: 16017730.

HSL color Cylindrical-coordinate representation of color #4269F4: hue angle of 226.85º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4269F4 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB66105244-
CMYK0.730.5700.04
HSL226.85º89%60.78%-
HSV(B)226.85º72.95%95.69%-
XYZ23.6317.7987.78-
YUV109.18204.0897.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 15.90%
GREEN value IS 105 (41.41% from 255) = 25.30%
BLUE value IS 244 (95.70% from 255) = 58.80%
R=15.90%
G=25.30%
B=58.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal661052440.730.5700.04226.858960.78
Hex4269F4493904e3593d
Octal102151364111710434313175
Binary100001011010011111010010010011110010100111000111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4269f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4269f4; }

 p { color: rgb(66,105,244); }

 H1.HeaderClassName
 {
   color: #4269f4;
 }
 .AnyTagClassName
 {
   color: #4269f4;
 }
</style>
background-color css

<style>
 a { background-color: #4269f4; }

 a { background-color: rgb(66,105,244); }

 div.DivClassName
 {
   background-color: #4269f4;
 }
 .BgClassName
 {
   background-color: #4269f4;
 }
</style>
border-color css

<style>
 span { border-color: #4269f4; }

 span { border-color: rgb(66,105,244); }

 td.TdClassName
 {
   border-color: #4269f4;
 }
 .TagClassName
 {
   border-color: #4269f4;
 }
</style>