Html Css Color HEX #4E5DAB Rich Blue

📋 copy color: '#4E5DAB'

red 78 ◦ green 93 ◦ blue 171

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

Shades of Rich Blue #4E5DAB

Tints of Rich Blue #4E5DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.19%

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

R = 22.81%
G = 27.19%
B = 50%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E5DAB (or 0x4E5DAB) is known color: Rich Blue. HEX triplet: 4E, 5D and AB. RGB value is (78,93,171). Sum of RGB (Red+Green+Blue) = 78+93+171=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E5DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5DAB is #B1A254. Grayscale: #616161. Windows color (decimal): -11641429 or 11230542. OLE color: 11230542.

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

Color convert

RGB 78 93 171 -
CMYK 0.54 0.46 0 0.33
HSL 230.32º 0.37% 0.49% -
HSV(B) 230.32º 0.54% 0.67% -
XYZ 14.41 12.39 40.16 -
YUV 97.41 169.53 114.16 -
System Red Green Blue C M Y K H S L
Decimal 78 93 171 0.54 0.46 0 0.33 230.32 0.37 0.49
Hex 4E 5D AB 36 2E 0 21 E6 25 31
Octal 116 135 253 66 56 0 41 346 45 61
Binary 1001110 1011101 10101011 110110 101110 0 100001 11100110 100101 110001

Color Harmonies of #4E5DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5DAB

Black with #4E5DAB

Text Example


Text Example

White with #4E5DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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