Html Css Color HEX #495475 Astronaut

📋 copy color: '#495475'

red 73 ◦ green 84 ◦ blue 117

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

Shades of Astronaut #495475

Tints of Astronaut #495475

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.66%

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

R = 26.64%
G = 30.66%
B = 42.7%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#495475 (or 0x495475) is known color: Astronaut. HEX triplet: 49, 54 and 75. RGB value is (73,84,117). Sum of RGB (Red+Green+Blue) = 73+84+117=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 117 - color contains mainly: blue. Hex color #495475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495475 is #B6AB8A. Grayscale: #545454. Windows color (decimal): -11971467 or 7689289. OLE color: 7689289.

HSL color Cylindrical-coordinate representation of color #495475: hue angle of 225º 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 #495475 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 84 117 -
CMYK 0.38 0.28 0 0.54
HSL 225º 0.23% 0.37% -
HSV(B) 225º 0.38% 0.46% -
XYZ 9.13 9.04 18.09 -
YUV 84.47 146.36 119.82 -
System Red Green Blue C M Y K H S L
Decimal 73 84 117 0.38 0.28 0 0.54 225 0.23 0.37
Hex 49 54 75 26 1C 0 36 E1 17 25
Octal 111 124 165 46 34 0 66 341 27 45
Binary 1001001 1010100 1110101 100110 11100 0 110110 11100001 10111 100101

Color Harmonies of #495475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495475

Black with #495475

Text Example


Text Example

White with #495475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495475; }

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

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

background-color css

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

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

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

border-color css

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

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

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