Html Css Color HEX #4E5DAD Rich Blue

📋 copy color: '#4E5DAD'

red 78 ◦ green 93 ◦ blue 173

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

Shades of Rich Blue #4E5DAD

Tints of Rich Blue #4E5DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50.29%

R = 22.67%
G = 27.03%
B = 50.29%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4E5DAD (or 0x4E5DAD) is known color: Rich Blue. HEX triplet: 4E, 5D and AD. RGB value is (78,93,173). Sum of RGB (Red+Green+Blue) = 78+93+173=344 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.67% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #4E5DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5DAD is #B1A252. Grayscale: #616161. Windows color (decimal): -11641427 or 11361614. OLE color: 11361614.

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

Color convert

RGB 78 93 173 -
CMYK 0.55 0.46 0 0.32
HSL 230.53º 0.38% 0.49% -
HSV(B) 230.53º 0.55% 0.68% -
XYZ 14.6 12.47 41.17 -
YUV 97.64 170.53 114 -
System Red Green Blue C M Y K H S L
Decimal 78 93 173 0.55 0.46 0 0.32 230.53 0.38 0.49
Hex 4E 5D AD 37 2E 0 20 E7 26 31
Octal 116 135 255 67 56 0 40 347 46 61
Binary 1001110 1011101 10101101 110111 101110 0 100000 11100111 100110 110001

Color Harmonies of #4E5DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5DAD

Black with #4E5DAD

Text Example


Text Example

White with #4E5DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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