Html Css Color HEX #495574 Astronaut

📋 copy color: '#495574'

red 73 ◦ green 85 ◦ blue 116

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

Shades of Astronaut #495574

Tints of Astronaut #495574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.34%

R = 26.64%
G = 31.02%
B = 42.34%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#495574 (or 0x495574) is known color: Astronaut. HEX triplet: 49, 55 and 74. RGB value is (73,85,116). Sum of RGB (Red+Green+Blue) = 73+85+116=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 116 - color contains mainly: blue. Hex color #495574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495574 is #B6AA8B. Grayscale: #545454. Windows color (decimal): -11971212 or 7624009. OLE color: 7624009.

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

Color convert

RGB 73 85 116 -
CMYK 0.37 0.27 0 0.55
HSL 223.26º 0.23% 0.37% -
HSV(B) 223.26º 0.37% 0.45% -
XYZ 9.15 9.17 17.81 -
YUV 84.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 73 85 116 0.37 0.27 0 0.55 223.26 0.23 0.37
Hex 49 55 74 25 1B 0 37 DF 17 25
Octal 111 125 164 45 33 0 67 337 27 45
Binary 1001001 1010101 1110100 100101 11011 0 110111 11011111 10111 100101

Color Harmonies of #495574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495574

Black with #495574

Text Example


Text Example

White with #495574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495574; }

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

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

background-color css

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

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

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

border-color css

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

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

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