#4C5EE8

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

Shades of Royal Blue #4C5EE8

Tints of Royal Blue #4C5EE8

Color information

#4C5EE8 (or 0x4C5EE8) is unknown color: approx Royal Blue. HEX triplet: 4C, 5E and E8. RGB value is (76,94,232). Sum of RGB (Red+Green+Blue) = 76+94+232=402 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.91% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 232 (91.02% from 255 or 57.71% from 402); Max value from RGB is 232 - color contains mainly: blue. Hex color #4C5EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C5EE8 is #B3A117. Grayscale: #676767. Windows color (decimal): -11772184 or 15228492. OLE color: 15228492.

HSL color Cylindrical-coordinate representation of color #4C5EE8: hue angle of 233.08º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C5EE8 is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB7694232-
CMYK0.670.5900.09
HSL233.08º77.23%60.39%-
HSV(B)233.08º67.24%90.98%-
XYZ21.5515.3778.17-
YUV104.35200.04107.78-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.91%
GREEN value IS 94 (37.11% from 255) = 23.38%
BLUE value IS 232 (91.02% from 255) = 57.71%
R=18.91%
G=23.38%
B=57.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal76942320.670.5900.09233.0877.2360.39
Hex4C5EE8433B09e94d3c
Octal1141363501037301135111574
Binary1001100101111011101000100001111101101001111010011001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,94,232); }

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

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

 a { background-color: rgb(76,94,232); }

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

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

 span { border-color: rgb(76,94,232); }

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