Html Css Color HEX #4E55AD Rich Blue

📋 copy color: '#4E55AD'

red 78 ◦ green 85 ◦ blue 173

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

Shades of Rich Blue #4E55AD

Tints of Rich Blue #4E55AD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.3%

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

R = 23.21%
G = 25.3%
B = 51.49%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4E55AD (or 0x4E55AD) is known color: Rich Blue. HEX triplet: 4E, 55 and AD. RGB value is (78,85,173). Sum of RGB (Red+Green+Blue) = 78+85+173=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #4E55AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E55AD is #B1AA52. Grayscale: #5C5C5C. Windows color (decimal): -11643475 or 11359566. OLE color: 11359566.

HSL color Cylindrical-coordinate representation of color #4E55AD: hue angle of 235.58º 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 #4E55AD is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 78 85 173 -
CMYK 0.55 0.51 0 0.32
HSL 235.58º 0.38% 0.49% -
HSV(B) 235.58º 0.55% 0.68% -
XYZ 13.93 11.13 40.95 -
YUV 92.94 173.18 117.34 -
System Red Green Blue C M Y K H S L
Decimal 78 85 173 0.55 0.51 0 0.32 235.58 0.38 0.49
Hex 4E 55 AD 37 33 0 20 EC 26 31
Octal 116 125 255 67 63 0 40 354 46 61
Binary 1001110 1010101 10101101 110111 110011 0 100000 11101100 100110 110001

Color Harmonies of #4E55AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E55AD

Black with #4E55AD

Text Example


Text Example

White with #4E55AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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