Html Css Color HEX #4E557E Astronaut

📋 copy color: '#4E557E'

red 78 ◦ green 85 ◦ blue 126

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

Shades of Astronaut #4E557E

Tints of Astronaut #4E557E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 43.6%

R = 26.99%
G = 29.41%
B = 43.6%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4E557E (or 0x4E557E) is known color: Astronaut. HEX triplet: 4E, 55 and 7E. RGB value is (78,85,126). Sum of RGB (Red+Green+Blue) = 78+85+126=289 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.99% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 126 - color contains mainly: blue. Hex color #4E557E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E557E is #B1AA81. Grayscale: #575757. Windows color (decimal): -11643522 or 8279374. OLE color: 8279374.

HSL color Cylindrical-coordinate representation of color #4E557E: hue angle of 231.25º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4E557E is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 78 85 126 -
CMYK 0.38 0.33 0 0.51
HSL 231.25º 0.24% 0.4% -
HSV(B) 231.25º 0.38% 0.49% -
XYZ 10.16 9.62 21.06 -
YUV 87.58 149.68 121.17 -
System Red Green Blue C M Y K H S L
Decimal 78 85 126 0.38 0.33 0 0.51 231.25 0.24 0.4
Hex 4E 55 7E 26 21 0 33 E7 18 28
Octal 116 125 176 46 41 0 63 347 30 50
Binary 1001110 1010101 1111110 100110 100001 0 110011 11100111 11000 101000

Color Harmonies of #4E557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E557E

Black with #4E557E

Text Example


Text Example

White with #4E557E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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