Html Css Color HEX #495273 Astronaut

📋 copy color: '#495273'

red 73 ◦ green 82 ◦ blue 115

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

Shades of Astronaut #495273

Tints of Astronaut #495273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 42.59%

R = 27.04%
G = 30.37%
B = 42.59%

CMYK

 C value IS 0.37

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#495273 (or 0x495273) is known color: Astronaut. HEX triplet: 49, 52 and 73. RGB value is (73,82,115). Sum of RGB (Red+Green+Blue) = 73+82+115=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 115 - color contains mainly: blue. Hex color #495273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495273 is #B6AD8C. Grayscale: #525252. Windows color (decimal): -11971981 or 7557705. OLE color: 7557705.

HSL color Cylindrical-coordinate representation of color #495273: hue angle of 227.14º degrees, saturation: 0.22, 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 #495273 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 82 115 -
CMYK 0.37 0.29 0 0.55
HSL 227.14º 0.22% 0.37% -
HSV(B) 227.14º 0.37% 0.45% -
XYZ 8.86 8.69 17.43 -
YUV 83.07 146.02 120.82 -
System Red Green Blue C M Y K H S L
Decimal 73 82 115 0.37 0.29 0 0.55 227.14 0.22 0.37
Hex 49 52 73 25 1D 0 37 E3 16 25
Octal 111 122 163 45 35 0 67 343 26 45
Binary 1001001 1010010 1110011 100101 11101 0 110111 11100011 10110 100101

Color Harmonies of #495273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495273

Black with #495273

Text Example


Text Example

White with #495273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495273; }

 p { color: rgb(73,82,115); }

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

background-color css

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

 a { background-color: rgb(73,82,115); }

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

border-color css

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

 span { border-color: rgb(73,82,115); }

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