Html Css Color HEX #4E5EAB Rich Blue

📋 copy color: '#4E5EAB'

red 78 ◦ green 94 ◦ blue 171

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

Shades of Rich Blue #4E5EAB

Tints of Rich Blue #4E5EAB

RGB

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

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

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

R = 22.74%
G = 27.41%
B = 49.85%

CMYK

 C value IS 0.54

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E5EAB (or 0x4E5EAB) is known color: Rich Blue. HEX triplet: 4E, 5E and AB. RGB value is (78,94,171). Sum of RGB (Red+Green+Blue) = 78+94+171=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E5EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5EAB is #B1A154. Grayscale: #616161. Windows color (decimal): -11641173 or 11230798. OLE color: 11230798.

HSL color Cylindrical-coordinate representation of color #4E5EAB: hue angle of 229.68º 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 #4E5EAB is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 78 94 171 -
CMYK 0.54 0.45 0 0.33
HSL 229.68º 0.37% 0.49% -
HSV(B) 229.68º 0.54% 0.67% -
XYZ 14.5 12.57 40.19 -
YUV 97.99 169.2 113.74 -
System Red Green Blue C M Y K H S L
Decimal 78 94 171 0.54 0.45 0 0.33 229.68 0.37 0.49
Hex 4E 5E AB 36 2D 0 21 E6 25 31
Octal 116 136 253 66 55 0 41 346 45 61
Binary 1001110 1011110 10101011 110110 101101 0 100001 11100110 100101 110001

Color Harmonies of #4E5EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5EAB

Black with #4E5EAB

Text Example


Text Example

White with #4E5EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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