Html Css Color HEX #4D5277 Astronaut

📋 copy color: '#4D5277'

red 77 ◦ green 82 ◦ blue 119

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

Shades of Astronaut #4D5277

Tints of Astronaut #4D5277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 42.81%

R = 27.7%
G = 29.5%
B = 42.81%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4D5277 (or 0x4D5277) is known color: Astronaut. HEX triplet: 4D, 52 and 77. RGB value is (77,82,119). Sum of RGB (Red+Green+Blue) = 77+82+119=278 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.70% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D5277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5277 is #B2AD88. Grayscale: #545454. Windows color (decimal): -11709833 or 7819853. OLE color: 7819853.

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

Color convert

RGB 77 82 119 -
CMYK 0.35 0.31 0 0.53
HSL 232.86º 0.21% 0.38% -
HSV(B) 232.86º 0.35% 0.47% -
XYZ 9.41 8.94 18.68 -
YUV 84.72 147.34 122.49 -
System Red Green Blue C M Y K H S L
Decimal 77 82 119 0.35 0.31 0 0.53 232.86 0.21 0.38
Hex 4D 52 77 23 1F 0 35 E9 15 26
Octal 115 122 167 43 37 0 65 351 25 46
Binary 1001101 1010010 1110111 100011 11111 0 110101 11101001 10101 100110

Color Harmonies of #4D5277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5277

Black with #4D5277

Text Example


Text Example

White with #4D5277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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