Html Css Color HEX #4D5276 Astronaut

📋 copy color: '#4D5276'

red 77 ◦ green 82 ◦ blue 118

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

Shades of Astronaut #4D5276

Tints of Astronaut #4D5276

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.6%

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

R = 27.8%
G = 29.6%
B = 42.6%

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

#4D5276 (or 0x4D5276) is known color: Astronaut. HEX triplet: 4D, 52 and 76. RGB value is (77,82,118). Sum of RGB (Red+Green+Blue) = 77+82+118=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 118 - color contains mainly: blue. Hex color #4D5276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5276 is #B2AD89. Grayscale: #545454. Windows color (decimal): -11709834 or 7754317. OLE color: 7754317.

HSL color Cylindrical-coordinate representation of color #4D5276: hue angle of 232.68º 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 #4D5276 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 77 82 118 -
CMYK 0.35 0.31 0 0.54
HSL 232.68º 0.21% 0.38% -
HSV(B) 232.68º 0.35% 0.46% -
XYZ 9.35 8.92 18.37 -
YUV 84.61 146.84 122.57 -
System Red Green Blue C M Y K H S L
Decimal 77 82 118 0.35 0.31 0 0.54 232.68 0.21 0.38
Hex 4D 52 76 23 1F 0 36 E9 15 26
Octal 115 122 166 43 37 0 66 351 25 46
Binary 1001101 1010010 1110110 100011 11111 0 110110 11101001 10101 100110

Color Harmonies of #4D5276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5276

Black with #4D5276

Text Example


Text Example

White with #4D5276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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