Html Css Color HEX #4E4FAB Rich Blue

📋 copy color: '#4E4FAB'

red 78 ◦ green 79 ◦ blue 171

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

Shades of Rich Blue #4E4FAB

Tints of Rich Blue #4E4FAB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.09%

 BLUE value IS 171 (67.19% from 255) = 52.13%

R = 23.78%
G = 24.09%
B = 52.13%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E4FAB (or 0x4E4FAB) is known color: Rich Blue. HEX triplet: 4E, 4F and AB. RGB value is (78,79,171). Sum of RGB (Red+Green+Blue) = 78+79+171=328 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.78% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E4FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E4FAB is #B1B054. Grayscale: #585858. Windows color (decimal): -11645013 or 11226958. OLE color: 11226958.

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

Color convert

RGB 78 79 171 -
CMYK 0.54 0.54 0 0.33
HSL 239.35º 0.37% 0.49% -
HSV(B) 239.35º 0.54% 0.67% -
XYZ 13.29 10.15 39.79 -
YUV 89.19 174.17 120.02 -
System Red Green Blue C M Y K H S L
Decimal 78 79 171 0.54 0.54 0 0.33 239.35 0.37 0.49
Hex 4E 4F AB 36 36 0 21 EF 25 31
Octal 116 117 253 66 66 0 41 357 45 61
Binary 1001110 1001111 10101011 110110 110110 0 100001 11101111 100101 110001

Color Harmonies of #4E4FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4FAB

Black with #4E4FAB

Text Example


Text Example

White with #4E4FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,79,171); }

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

background-color css

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

 a { background-color: rgb(78,79,171); }

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

border-color css

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

 span { border-color: rgb(78,79,171); }

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