#466FC7

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

Shades of Royal Blue #466FC7

Tints of Royal Blue #466FC7

Color information

#466FC7 (or 0x466FC7) is unknown color: approx Royal Blue. HEX triplet: 46, 6F and C7. RGB value is (70,111,199). Sum of RGB (Red+Green+Blue) = 70+111+199=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 199 (78.12% from 255 or 52.37% from 380); Max value from RGB is 199 - color contains mainly: blue. Hex color #466FC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466FC7 is #B99038. Grayscale: #6C6C6C. Windows color (decimal): -12161081 or 13070150. OLE color: 13070150.

HSL color Cylindrical-coordinate representation of color #466FC7: hue angle of 220.93º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #466FC7 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB70111199-
CMYK0.650.4400.22
HSL220.93º53.53%52.75%-
HSV(B)220.93º64.82%78.04%-
XYZ18.5216.7956.3-
YUV108.77178.92100.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.42%
GREEN value IS 111 (43.75% from 255) = 29.21%
BLUE value IS 199 (78.12% from 255) = 52.37%
R=18.42%
G=29.21%
B=52.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal701111990.650.4400.22220.9353.5352.75
Hex466FC7412C016dd3635
Octal106157307101540263356665
Binary1000110110111111000111100000110110001011011011101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466FC7; }

 p { color: rgb(70,111,199); }

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

<style>
 a { background-color: #466FC7; }

 a { background-color: rgb(70,111,199); }

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

<style>
 span { border-color: #466FC7; }

 span { border-color: rgb(70,111,199); }

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