#4c5de1

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

Shades of Royal Blue #4C5DE1

Tints of Royal Blue #4C5DE1

Color information

#4C5DE1 (or 0x4C5DE1) is unknown color: approx Royal Blue. HEX triplet: 4C, 5D and E1. RGB value is (76,93,225). Sum of RGB (Red+Green+Blue) = 76+93+225=394 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.29% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 225 (88.28% from 255 or 57.11% from 394); Max value from RGB is 225 - color contains mainly: blue. Hex color #4C5DE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5DE1 is #B3A21E. Grayscale: #666666. Windows color (decimal): -11772447 or 14769484. OLE color: 14769484.

HSL color Cylindrical-coordinate representation of color #4C5DE1: hue angle of 233.15º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C5DE1 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7693225-
CMYK0.660.5900.12
HSL233.15º71.29%59.02%-
HSV(B)233.15º66.22%88.24%-
XYZ20.4914.873.01-
YUV102.96196.87108.77-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.29%
GREEN value IS 93 (36.72% from 255) = 23.60%
BLUE value IS 225 (88.28% from 255) = 57.11%
R=19.29%
G=23.60%
B=57.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal76932250.660.5900.12233.1571.2959.02
Hex4C5DE1423B0Ce9473b
Octal1141353411027301435110773
Binary1001100101110111100001100001011101101100111010011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c5de1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,93,225); }

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

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

 a { background-color: rgb(76,93,225); }

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

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

 span { border-color: rgb(76,93,225); }

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