#466FE4

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

Shades of Royal Blue #466FE4

Tints of Royal Blue #466FE4

Color information

#466FE4 (or 0x466FE4) is unknown color: approx Royal Blue. HEX triplet: 46, 6F and E4. RGB value is (70,111,228). Sum of RGB (Red+Green+Blue) = 70+111+228=409 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.11% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 228 (89.45% from 255 or 55.75% from 409); Max value from RGB is 228 - color contains mainly: blue. Hex color #466FE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466FE4 is #B9901B. Grayscale: #6F6F6F. Windows color (decimal): -12161052 or 14970694. OLE color: 14970694.

HSL color Cylindrical-coordinate representation of color #466FE4: hue angle of 224.43º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #466FE4 is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB70111228-
CMYK0.690.5100.11
HSL224.43º74.53%58.43%-
HSV(B)224.43º69.3%89.41%-
XYZ22.2118.2775.75-
YUV112.08193.4297.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.11%
GREEN value IS 111 (43.75% from 255) = 27.14%
BLUE value IS 228 (89.45% from 255) = 55.75%
R=17.11%
G=27.14%
B=55.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal701112280.690.5100.11224.4374.5358.43
Hex466FE445330Be04b3a
Octal1061573441056301334011372
Binary1000110110111111100100100010111001101011111000001001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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