Html Css Color HEX #4E4CAC Rich Blue

📋 copy color: '#4E4CAC'

red 78 ◦ green 76 ◦ blue 172

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

Shades of Rich Blue #4E4CAC

Tints of Rich Blue #4E4CAC

RGB

 RED value IS 78 (30.86% from 255) = 23.93%

 GREEN value IS 76 (30.08% from 255) = 23.31%

 BLUE value IS 172 (67.58% from 255) = 52.76%

R = 23.93%
G = 23.31%
B = 52.76%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E4CAC (or 0x4E4CAC) is known color: Rich Blue. HEX triplet: 4E, 4C and AC. RGB value is (78,76,172). Sum of RGB (Red+Green+Blue) = 78+76+172=326 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.93% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E4CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4CAC is #B1B353. Grayscale: #575757. Windows color (decimal): -11645780 or 11291726. OLE color: 11291726.

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

Color convert

RGB 78 76 172 -
CMYK 0.55 0.56 0 0.33
HSL 241.25º 0.39% 0.49% -
HSV(B) 241.25º 0.56% 0.67% -
XYZ 13.17 9.77 40.22 -
YUV 87.54 175.66 121.19 -
System Red Green Blue C M Y K H S L
Decimal 78 76 172 0.55 0.56 0 0.33 241.25 0.39 0.49
Hex 4E 4C AC 37 38 0 21 F1 27 31
Octal 116 114 254 67 70 0 41 361 47 61
Binary 1001110 1001100 10101100 110111 111000 0 100001 11110001 100111 110001

Color Harmonies of #4E4CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4CAC

Black with #4E4CAC

Text Example


Text Example

White with #4E4CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,76,172); }

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

background-color css

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

 a { background-color: rgb(78,76,172); }

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

border-color css

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

 span { border-color: rgb(78,76,172); }

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