Html Css Color HEX #4E567C Astronaut

📋 copy color: '#4E567C'

red 78 ◦ green 86 ◦ blue 124

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

Shades of Astronaut #4E567C

Tints of Astronaut #4E567C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.86%

 BLUE value IS 124 (48.83% from 255) = 43.06%

R = 27.08%
G = 29.86%
B = 43.06%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4E567C (or 0x4E567C) is known color: Astronaut. HEX triplet: 4E, 56 and 7C. RGB value is (78,86,124). Sum of RGB (Red+Green+Blue) = 78+86+124=288 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.08% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E567C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E567C is #B1A983. Grayscale: #575757. Windows color (decimal): -11643268 or 8148558. OLE color: 8148558.

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

Color convert

RGB 78 86 124 -
CMYK 0.37 0.31 0 0.51
HSL 229.57º 0.23% 0.4% -
HSV(B) 229.57º 0.37% 0.49% -
XYZ 10.11 9.73 20.41 -
YUV 87.94 148.35 120.91 -
System Red Green Blue C M Y K H S L
Decimal 78 86 124 0.37 0.31 0 0.51 229.57 0.23 0.4
Hex 4E 56 7C 25 1F 0 33 E6 17 28
Octal 116 126 174 45 37 0 63 346 27 50
Binary 1001110 1010110 1111100 100101 11111 0 110011 11100110 10111 101000

Color Harmonies of #4E567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E567C

Black with #4E567C

Text Example


Text Example

White with #4E567C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,86,124); }

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

background-color css

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

 a { background-color: rgb(78,86,124); }

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

border-color css

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

 span { border-color: rgb(78,86,124); }

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