Html Css Color HEX #4E40AF Rich Blue

📋 copy color: '#4E40AF'

red 78 ◦ green 64 ◦ blue 175

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

Shades of Rich Blue #4E40AF

Tints of Rich Blue #4E40AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.21%

R = 24.61%
G = 20.19%
B = 55.21%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4E40AF (or 0x4E40AF) is known color: Rich Blue. HEX triplet: 4E, 40 and AF. RGB value is (78,64,175). Sum of RGB (Red+Green+Blue) = 78+64+175=317 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.61% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E40AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E40AF is #B1BF50. Grayscale: #505050. Windows color (decimal): -11648849 or 11485262. OLE color: 11485262.

HSL color Cylindrical-coordinate representation of color #4E40AF: hue angle of 247.57º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E40AF is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 78 64 175 -
CMYK 0.55 0.63 0 0.31
HSL 247.57º 0.46% 0.47% -
HSV(B) 247.57º 0.63% 0.69% -
XYZ 12.71 8.38 41.51 -
YUV 80.84 181.14 125.97 -
System Red Green Blue C M Y K H S L
Decimal 78 64 175 0.55 0.63 0 0.31 247.57 0.46 0.47
Hex 4E 40 AF 37 3F 0 1F F8 2E 2F
Octal 116 100 257 67 77 0 37 370 56 57
Binary 1001110 1000000 10101111 110111 111111 0 11111 11111000 101110 101111

Color Harmonies of #4E40AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E40AF

Black with #4E40AF

Text Example


Text Example

White with #4E40AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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