Html Css Color HEX #4C5EDE Royal Blue

📋 copy color: '#4C5EDE'

red 76 ◦ green 94 ◦ blue 222

#4C5EDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #4C5EDE

Tints of Royal Blue #4C5EDE

RGB

 RED value IS 76 (30.08% from 255) = 19.39%

 GREEN value IS 94 (37.11% from 255) = 23.98%

 BLUE value IS 222 (87.11% from 255) = 56.63%

R = 19.39%
G = 23.98%
B = 56.63%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C5EDE (or 0x4C5EDE) is known color: Royal Blue. HEX triplet: 4C, 5E and DE. RGB value is (76,94,222). Sum of RGB (Red+Green+Blue) = 76+94+222=392 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.39% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 222 (87.11% from 255 or 56.63% from 392); Max value from RGB is 222 - color contains mainly: blue. Hex color #4C5EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5EDE is #B3A121. Grayscale: #666666. Windows color (decimal): -11772194 or 14573132. OLE color: 14573132.

HSL color Cylindrical-coordinate representation of color #4C5EDE: hue angle of 232.6º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C5EDE is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 94 222 -
CMYK 0.66 0.58 0 0.13
HSL 232.6º 0.69% 0.58% -
HSV(B) 232.6º 0.66% 0.87% -
XYZ 20.17 14.82 70.9 -
YUV 103.21 195.04 108.59 -
System Red Green Blue C M Y K H S L
Decimal 76 94 222 0.66 0.58 0 0.13 232.6 0.69 0.58
Hex 4C 5E DE 42 3A 0 D E9 45 3A
Octal 114 136 336 102 72 0 15 351 105 72
Binary 1001100 1011110 11011110 1000010 111010 0 1101 11101001 1000101 111010

Color Harmonies of #4C5EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5EDE

Black with #4C5EDE

Text Example


Text Example

White with #4C5EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C5EDE;
 }
 .AnyTagClassName
 {
   color: #4C5EDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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