Html Css Color HEX #495575 Astronaut

📋 copy color: '#495575'

red 73 ◦ green 85 ◦ blue 117

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

Shades of Astronaut #495575

Tints of Astronaut #495575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.55%

R = 26.55%
G = 30.91%
B = 42.55%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#495575 (or 0x495575) is known color: Astronaut. HEX triplet: 49, 55 and 75. RGB value is (73,85,117). Sum of RGB (Red+Green+Blue) = 73+85+117=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 117 - color contains mainly: blue. Hex color #495575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495575 is #B6AA8A. Grayscale: #545454. Windows color (decimal): -11971211 or 7689545. OLE color: 7689545.

HSL color Cylindrical-coordinate representation of color #495575: hue angle of 223.64º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #495575 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 85 117 -
CMYK 0.38 0.27 0 0.54
HSL 223.64º 0.23% 0.37% -
HSV(B) 223.64º 0.38% 0.46% -
XYZ 9.21 9.2 18.12 -
YUV 85.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 73 85 117 0.38 0.27 0 0.54 223.64 0.23 0.37
Hex 49 55 75 26 1B 0 36 E0 17 25
Octal 111 125 165 46 33 0 66 340 27 45
Binary 1001001 1010101 1110101 100110 11011 0 110110 11100000 10111 100101

Color Harmonies of #495575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495575

Black with #495575

Text Example


Text Example

White with #495575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495575; }

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

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

background-color css

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

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

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

border-color css

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

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

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