Html Css Color HEX #4E5377 Astronaut

📋 copy color: '#4E5377'

red 78 ◦ green 83 ◦ blue 119

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

Shades of Astronaut #4E5377

Tints of Astronaut #4E5377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.64%

 BLUE value IS 119 (46.88% from 255) = 42.5%

R = 27.86%
G = 29.64%
B = 42.5%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4E5377 (or 0x4E5377) is known color: Astronaut. HEX triplet: 4E, 53 and 77. RGB value is (78,83,119). Sum of RGB (Red+Green+Blue) = 78+83+119=280 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.86% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 119 - color contains mainly: blue. Hex color #4E5377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5377 is #B1AC88. Grayscale: #555555. Windows color (decimal): -11644041 or 7820110. OLE color: 7820110.

HSL color Cylindrical-coordinate representation of color #4E5377: hue angle of 232.68º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4E5377 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 78 83 119 -
CMYK 0.34 0.30 0 0.53
HSL 232.68º 0.21% 0.39% -
HSV(B) 232.68º 0.34% 0.47% -
XYZ 9.56 9.14 18.71 -
YUV 85.61 146.84 122.57 -
System Red Green Blue C M Y K H S L
Decimal 78 83 119 0.34 0.30 0 0.53 232.68 0.21 0.39
Hex 4E 53 77 22 1E 0 35 E9 15 27
Octal 116 123 167 42 36 0 65 351 25 47
Binary 1001110 1010011 1110111 100010 11110 0 110101 11101001 10101 100111

Color Harmonies of #4E5377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5377

Black with #4E5377

Text Example


Text Example

White with #4E5377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,83,119); }

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

background-color css

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

 a { background-color: rgb(78,83,119); }

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

border-color css

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

 span { border-color: rgb(78,83,119); }

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