Html Css Color HEX #4D5176 Astronaut

📋 copy color: '#4D5176'

red 77 ◦ green 81 ◦ blue 118

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

Shades of Astronaut #4D5176

Tints of Astronaut #4D5176

RGB

 RED value IS 77 (30.47% from 255) = 27.9%

 GREEN value IS 81 (32.03% from 255) = 29.35%

 BLUE value IS 118 (46.48% from 255) = 42.75%

R = 27.9%
G = 29.35%
B = 42.75%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4D5176 (or 0x4D5176) is known color: Astronaut. HEX triplet: 4D, 51 and 76. RGB value is (77,81,118). Sum of RGB (Red+Green+Blue) = 77+81+118=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 118 - color contains mainly: blue. Hex color #4D5176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5176 is #B2AE89. Grayscale: #535353. Windows color (decimal): -11710090 or 7754061. OLE color: 7754061.

HSL color Cylindrical-coordinate representation of color #4D5176: hue angle of 234.15º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D5176 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 77 81 118 -
CMYK 0.35 0.31 0 0.54
HSL 234.15º 0.21% 0.38% -
HSV(B) 234.15º 0.35% 0.46% -
XYZ 9.27 8.77 18.34 -
YUV 84.02 147.17 122.99 -
System Red Green Blue C M Y K H S L
Decimal 77 81 118 0.35 0.31 0 0.54 234.15 0.21 0.38
Hex 4D 51 76 23 1F 0 36 EA 15 26
Octal 115 121 166 43 37 0 66 352 25 46
Binary 1001101 1010001 1110110 100011 11111 0 110110 11101010 10101 100110

Color Harmonies of #4D5176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5176

Black with #4D5176

Text Example


Text Example

White with #4D5176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,81,118); }

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

background-color css

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

 a { background-color: rgb(77,81,118); }

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

border-color css

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

 span { border-color: rgb(77,81,118); }

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