Html Css Color HEX #4C5EAE Rich Blue

📋 copy color: '#4C5EAE'

red 76 ◦ green 94 ◦ blue 174

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

Shades of Rich Blue #4C5EAE

Tints of Rich Blue #4C5EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.58%

R = 22.09%
G = 27.33%
B = 50.58%

CMYK

 C value IS 0.56

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4C5EAE (or 0x4C5EAE) is known color: Rich Blue. HEX triplet: 4C, 5E and AE. RGB value is (76,94,174). Sum of RGB (Red+Green+Blue) = 76+94+174=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #4C5EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5EAE is #B3A151. Grayscale: #616161. Windows color (decimal): -11772242 or 11427404. OLE color: 11427404.

HSL color Cylindrical-coordinate representation of color #4C5EAE: hue angle of 228.98º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C5EAE is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 76 94 174 -
CMYK 0.56 0.46 0 0.32
HSL 228.98º 0.39% 0.49% -
HSV(B) 228.98º 0.56% 0.68% -
XYZ 14.62 12.6 41.71 -
YUV 97.74 171.04 112.5 -
System Red Green Blue C M Y K H S L
Decimal 76 94 174 0.56 0.46 0 0.32 228.98 0.39 0.49
Hex 4C 5E AE 38 2E 0 20 E5 27 31
Octal 114 136 256 70 56 0 40 345 47 61
Binary 1001100 1011110 10101110 111000 101110 0 100000 11100101 100111 110001

Color Harmonies of #4C5EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5EAE

Black with #4C5EAE

Text Example


Text Example

White with #4C5EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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