Html Css Color HEX #495276 Astronaut

📋 copy color: '#495276'

red 73 ◦ green 82 ◦ blue 118

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

Shades of Astronaut #495276

Tints of Astronaut #495276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.22%

R = 26.74%
G = 30.04%
B = 43.22%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#495276 (or 0x495276) is known color: Astronaut. HEX triplet: 49, 52 and 76. RGB value is (73,82,118). Sum of RGB (Red+Green+Blue) = 73+82+118=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #495276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495276 is #B6AD89. Grayscale: #535353. Windows color (decimal): -11971978 or 7754313. OLE color: 7754313.

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

Color convert

RGB 73 82 118 -
CMYK 0.38 0.31 0 0.54
HSL 228º 0.24% 0.37% -
HSV(B) 228º 0.38% 0.46% -
XYZ 9.03 8.76 18.35 -
YUV 83.41 147.52 120.57 -
System Red Green Blue C M Y K H S L
Decimal 73 82 118 0.38 0.31 0 0.54 228 0.24 0.37
Hex 49 52 76 26 1F 0 36 E4 18 25
Octal 111 122 166 46 37 0 66 344 30 45
Binary 1001001 1010010 1110110 100110 11111 0 110110 11100100 11000 100101

Color Harmonies of #495276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495276

Black with #495276

Text Example


Text Example

White with #495276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495276; }

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

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

background-color css

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

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

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

border-color css

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

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

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