#4F5EE4

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

Shades of Royal Blue #4F5EE4

Tints of Royal Blue #4F5EE4

Color information

#4F5EE4 (or 0x4F5EE4) is unknown color: approx Royal Blue. HEX triplet: 4F, 5E and E4. RGB value is (79,94,228). Sum of RGB (Red+Green+Blue) = 79+94+228=401 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.70% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 228 (89.45% from 255 or 56.86% from 401); Max value from RGB is 228 - color contains mainly: blue. Hex color #4F5EE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5EE4 is #B0A11B. Grayscale: #686868. Windows color (decimal): -11575580 or 14966351. OLE color: 14966351.

HSL color Cylindrical-coordinate representation of color #4F5EE4: hue angle of 233.96º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F5EE4 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB7994228-
CMYK0.650.5900.11
HSL233.96º73.4%60.2%-
HSV(B)233.96º65.35%89.41%-
XYZ21.2315.2775.23-
YUV104.79197.53109.6-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.70%
GREEN value IS 94 (37.11% from 255) = 23.44%
BLUE value IS 228 (89.45% from 255) = 56.86%
R=19.70%
G=23.44%
B=56.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal79942280.650.5900.11233.9673.460.2
Hex4F5EE4413B0Bea493c
Octal1171363441017301335211174
Binary1001111101111011100100100000111101101011111010101001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F5EE4; }

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

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

<style>
 a { background-color: #4F5EE4; }

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

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

<style>
 span { border-color: #4F5EE4; }

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

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