Html Css Color HEX #4E547E Astronaut

📋 copy color: '#4E547E'

red 78 ◦ green 84 ◦ blue 126

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

Shades of Astronaut #4E547E

Tints of Astronaut #4E547E

RGB

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

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

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

R = 27.08%
G = 29.17%
B = 43.75%

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

#4E547E (or 0x4E547E) is known color: Astronaut. HEX triplet: 4E, 54 and 7E. RGB value is (78,84,126). Sum of RGB (Red+Green+Blue) = 78+84+126=288 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.08% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 126 - color contains mainly: blue. Hex color #4E547E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E547E is #B1AB81. Grayscale: #565656. Windows color (decimal): -11643778 or 8279118. OLE color: 8279118.

HSL color Cylindrical-coordinate representation of color #4E547E: hue angle of 232.5º 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 #4E547E is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 78 84 126 -
CMYK 0.38 0.33 0 0.51
HSL 232.5º 0.24% 0.4% -
HSV(B) 232.5º 0.38% 0.49% -
XYZ 10.08 9.47 21.03 -
YUV 86.99 150.01 121.58 -
System Red Green Blue C M Y K H S L
Decimal 78 84 126 0.38 0.33 0 0.51 232.5 0.24 0.4
Hex 4E 54 7E 26 21 0 33 E8 18 28
Octal 116 124 176 46 41 0 63 350 30 50
Binary 1001110 1010100 1111110 100110 100001 0 110011 11101000 11000 101000

Color Harmonies of #4E547E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E547E

Black with #4E547E

Text Example


Text Example

White with #4E547E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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