#485ee4

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

Shades of Royal Blue #485EE4

Tints of Royal Blue #485EE4

Color information

#485EE4 (or 0x485EE4) is unknown color: approx Royal Blue. HEX triplet: 48, 5E and E4. RGB value is (72,94,228). Sum of RGB (Red+Green+Blue) = 72+94+228=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 228 (89.45% from 255 or 57.87% from 394); Max value from RGB is 228 - color contains mainly: blue. Hex color #485EE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #485EE4 is #B7A11B. Grayscale: #666666. Windows color (decimal): -12034332 or 14966344. OLE color: 14966344.

HSL color Cylindrical-coordinate representation of color #485EE4: hue angle of 231.54º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #485EE4 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB7294228-
CMYK0.680.5900.11
HSL231.54º74.29%58.82%-
HSV(B)231.54º68.42%89.41%-
XYZ20.6814.9875.2-
YUV102.7198.71106.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.27%
GREEN value IS 94 (37.11% from 255) = 23.86%
BLUE value IS 228 (89.45% from 255) = 57.87%
R=18.27%
G=23.86%
B=57.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal72942280.680.5900.11231.5474.2958.82
Hex485EE4443B0Be84a3b
Octal1101363441047301335011273
Binary1001000101111011100100100010011101101011111010001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485ee4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485ee4; }

 p { color: rgb(72,94,228); }

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

<style>
 a { background-color: #485ee4; }

 a { background-color: rgb(72,94,228); }

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

<style>
 span { border-color: #485ee4; }

 span { border-color: rgb(72,94,228); }

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