Html Css Color HEX #4E5479 Astronaut

📋 copy color: '#4E5479'

red 78 ◦ green 84 ◦ blue 121

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

Shades of Astronaut #4E5479

Tints of Astronaut #4E5479

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.68%

 BLUE value IS 121 (47.66% from 255) = 42.76%

R = 27.56%
G = 29.68%
B = 42.76%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4E5479 (or 0x4E5479) is known color: Astronaut. HEX triplet: 4E, 54 and 79. RGB value is (78,84,121). Sum of RGB (Red+Green+Blue) = 78+84+121=283 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.56% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 121 - color contains mainly: blue. Hex color #4E5479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5479 is #B1AB86. Grayscale: #565656. Windows color (decimal): -11643783 or 7951438. OLE color: 7951438.

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

Color convert

RGB 78 84 121 -
CMYK 0.36 0.31 0 0.53
HSL 231.63º 0.22% 0.39% -
HSV(B) 231.63º 0.36% 0.47% -
XYZ 9.76 9.34 19.38 -
YUV 86.42 147.51 121.99 -
System Red Green Blue C M Y K H S L
Decimal 78 84 121 0.36 0.31 0 0.53 231.63 0.22 0.39
Hex 4E 54 79 24 1F 0 35 E8 16 27
Octal 116 124 171 44 37 0 65 350 26 47
Binary 1001110 1010100 1111001 100100 11111 0 110101 11101000 10110 100111

Color Harmonies of #4E5479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5479

Black with #4E5479

Text Example


Text Example

White with #4E5479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,84,121); }

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

background-color css

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

 a { background-color: rgb(78,84,121); }

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

border-color css

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

 span { border-color: rgb(78,84,121); }

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