Html Css Color HEX #495577 Astronaut

📋 copy color: '#495577'

red 73 ◦ green 85 ◦ blue 119

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

Shades of Astronaut #495577

Tints of Astronaut #495577

RGB

 RED value IS 73 (28.91% from 255) = 26.35%

 GREEN value IS 85 (33.59% from 255) = 30.69%

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

R = 26.35%
G = 30.69%
B = 42.96%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#495577 (or 0x495577) is known color: Astronaut. HEX triplet: 49, 55 and 77. RGB value is (73,85,119). Sum of RGB (Red+Green+Blue) = 73+85+119=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: blue. Hex color #495577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495577 is #B6AA88. Grayscale: #555555. Windows color (decimal): -11971209 or 7820617. OLE color: 7820617.

HSL color Cylindrical-coordinate representation of color #495577: hue angle of 224.35º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #495577 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 85 119 -
CMYK 0.39 0.29 0 0.53
HSL 224.35º 0.24% 0.38% -
HSV(B) 224.35º 0.39% 0.47% -
XYZ 9.33 9.25 18.75 -
YUV 85.29 147.02 119.24 -
System Red Green Blue C M Y K H S L
Decimal 73 85 119 0.39 0.29 0 0.53 224.35 0.24 0.38
Hex 49 55 77 27 1D 0 35 E0 18 26
Octal 111 125 167 47 35 0 65 340 30 46
Binary 1001001 1010101 1110111 100111 11101 0 110101 11100000 11000 100110

Color Harmonies of #495577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495577

Black with #495577

Text Example


Text Example

White with #495577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495577; }

 p { color: rgb(73,85,119); }

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

background-color css

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

 a { background-color: rgb(73,85,119); }

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

border-color css

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

 span { border-color: rgb(73,85,119); }

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