#4C5FD9

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

Shades of Royal Blue #4C5FD9

Tints of Royal Blue #4C5FD9

Color information

#4C5FD9 (or 0x4C5FD9) is unknown color: approx Royal Blue. HEX triplet: 4C, 5F and D9. RGB value is (76,95,217). Sum of RGB (Red+Green+Blue) = 76+95+217=388 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.59% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 217 (85.16% from 255 or 55.93% from 388); Max value from RGB is 217 - color contains mainly: blue. Hex color #4C5FD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5FD9 is #B3A026. Grayscale: #666666. Windows color (decimal): -11771943 or 14245708. OLE color: 14245708.

HSL color Cylindrical-coordinate representation of color #4C5FD9: hue angle of 231.91º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C5FD9 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7695217-
CMYK0.650.5600.15
HSL231.91º64.98%57.45%-
HSV(B)231.91º64.98%85.1%-
XYZ19.614.7367.46-
YUV103.23192.21108.58-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.59%
GREEN value IS 95 (37.5% from 255) = 24.48%
BLUE value IS 217 (85.16% from 255) = 55.93%
R=19.59%
G=24.48%
B=55.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal76952170.650.5600.15231.9164.9857.45
Hex4C5FD941380Fe84139
Octal1141373311017001735010171
Binary1001100101111111011001100000111100001111111010001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,95,217); }

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

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

 a { background-color: rgb(76,95,217); }

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

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

 span { border-color: rgb(76,95,217); }

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