#4C5BD9

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

Shades of Royal Blue #4C5BD9

Tints of Royal Blue #4C5BD9

Color information

#4C5BD9 (or 0x4C5BD9) is unknown color: approx Royal Blue. HEX triplet: 4C, 5B and D9. RGB value is (76,91,217). Sum of RGB (Red+Green+Blue) = 76+91+217=384 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.79% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 217 (85.16% from 255 or 56.51% from 384); Max value from RGB is 217 - color contains mainly: blue. Hex color #4C5BD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5BD9 is #B3A426. Grayscale: #646464. Windows color (decimal): -11772967 or 14244684. OLE color: 14244684.

HSL color Cylindrical-coordinate representation of color #4C5BD9: hue angle of 233.62º 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 #4C5BD9 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7691217-
CMYK0.650.5800.15
HSL233.62º64.98%57.45%-
HSV(B)233.62º64.98%85.1%-
XYZ19.2514.0367.34-
YUV100.88193.53110.25-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.79%
GREEN value IS 91 (35.94% from 255) = 23.70%
BLUE value IS 217 (85.16% from 255) = 56.51%
R=19.79%
G=23.70%
B=56.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal76912170.650.5800.15233.6264.9857.45
Hex4C5BD9413A0Fea4139
Octal1141333311017201735210171
Binary1001100101101111011001100000111101001111111010101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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