Html Css Color HEX #495279 Astronaut

📋 copy color: '#495279'

red 73 ◦ green 82 ◦ blue 121

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

Shades of Astronaut #495279

Tints of Astronaut #495279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 43.84%

R = 26.45%
G = 29.71%
B = 43.84%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#495279 (or 0x495279) is known color: Astronaut. HEX triplet: 49, 52 and 79. RGB value is (73,82,121). Sum of RGB (Red+Green+Blue) = 73+82+121=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 121 - color contains mainly: blue. Hex color #495279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495279 is #B6AD86. Grayscale: #535353. Windows color (decimal): -11971975 or 7950921. OLE color: 7950921.

HSL color Cylindrical-coordinate representation of color #495279: hue angle of 228.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #495279 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 82 121 -
CMYK 0.40 0.32 0 0.53
HSL 228.75º 0.25% 0.38% -
HSV(B) 228.75º 0.4% 0.47% -
XYZ 9.22 8.83 19.31 -
YUV 83.76 149.02 120.33 -
System Red Green Blue C M Y K H S L
Decimal 73 82 121 0.40 0.32 0 0.53 228.75 0.25 0.38
Hex 49 52 79 28 20 0 35 E5 19 26
Octal 111 122 171 50 40 0 65 345 31 46
Binary 1001001 1010010 1111001 101000 100000 0 110101 11100101 11001 100110

Color Harmonies of #495279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495279

Black with #495279

Text Example


Text Example

White with #495279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495279; }

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

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

background-color css

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

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

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

border-color css

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

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

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