Html Css Color HEX #4E40AB Rich Blue

📋 copy color: '#4E40AB'

red 78 ◦ green 64 ◦ blue 171

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

Shades of Rich Blue #4E40AB

Tints of Rich Blue #4E40AB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.45%

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

R = 24.92%
G = 20.45%
B = 54.63%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E40AB (or 0x4E40AB) is known color: Rich Blue. HEX triplet: 4E, 40 and AB. RGB value is (78,64,171). Sum of RGB (Red+Green+Blue) = 78+64+171=313 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.92% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E40AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E40AB is #B1BF54. Grayscale: #4F4F4F. Windows color (decimal): -11648853 or 11223118. OLE color: 11223118.

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

Color convert

RGB 78 64 171 -
CMYK 0.54 0.63 0 0.33
HSL 247.85º 0.46% 0.46% -
HSV(B) 247.85º 0.63% 0.67% -
XYZ 12.33 8.23 39.47 -
YUV 80.38 179.14 126.3 -
System Red Green Blue C M Y K H S L
Decimal 78 64 171 0.54 0.63 0 0.33 247.85 0.46 0.46
Hex 4E 40 AB 36 3F 0 21 F8 2E 2E
Octal 116 100 253 66 77 0 41 370 56 56
Binary 1001110 1000000 10101011 110110 111111 0 100001 11111000 101110 101110

Color Harmonies of #4E40AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E40AB

Black with #4E40AB

Text Example


Text Example

White with #4E40AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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