Html Css Color HEX #4E547D Astronaut

📋 copy color: '#4E547D'

red 78 ◦ green 84 ◦ blue 125

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

Shades of Astronaut #4E547D

Tints of Astronaut #4E547D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.55%

R = 27.18%
G = 29.27%
B = 43.55%

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

#4E547D (or 0x4E547D) is known color: Astronaut. HEX triplet: 4E, 54 and 7D. RGB value is (78,84,125). Sum of RGB (Red+Green+Blue) = 78+84+125=287 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.18% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 125 - color contains mainly: blue. Hex color #4E547D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E547D is #B1AB82. Grayscale: #565656. Windows color (decimal): -11643779 or 8213582. OLE color: 8213582.

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

Color convert

RGB 78 84 125 -
CMYK 0.38 0.33 0 0.51
HSL 232.34º 0.23% 0.4% -
HSV(B) 232.34º 0.38% 0.49% -
XYZ 10.01 9.44 20.7 -
YUV 86.88 149.51 121.67 -
System Red Green Blue C M Y K H S L
Decimal 78 84 125 0.38 0.33 0 0.51 232.34 0.23 0.4
Hex 4E 54 7D 26 21 0 33 E8 17 28
Octal 116 124 175 46 41 0 63 350 27 50
Binary 1001110 1010100 1111101 100110 100001 0 110011 11101000 10111 101000

Color Harmonies of #4E547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E547D

Black with #4E547D

Text Example


Text Example

White with #4E547D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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