Html Css Color HEX #495179 Astronaut

📋 copy color: '#495179'

red 73 ◦ green 81 ◦ blue 121

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

Shades of Astronaut #495179

Tints of Astronaut #495179

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.45%

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

R = 26.55%
G = 29.45%
B = 44%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#495179 (or 0x495179) is known color: Astronaut. HEX triplet: 49, 51 and 79. RGB value is (73,81,121). Sum of RGB (Red+Green+Blue) = 73+81+121=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 121 - color contains mainly: blue. Hex color #495179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495179 is #B6AE86. Grayscale: #535353. Windows color (decimal): -11972231 or 7950665. OLE color: 7950665.

HSL color Cylindrical-coordinate representation of color #495179: hue angle of 230º 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 #495179 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 81 121 -
CMYK 0.40 0.33 0 0.53
HSL 230º 0.25% 0.38% -
HSV(B) 230º 0.4% 0.47% -
XYZ 9.14 8.68 19.28 -
YUV 83.17 149.35 120.75 -
System Red Green Blue C M Y K H S L
Decimal 73 81 121 0.40 0.33 0 0.53 230 0.25 0.38
Hex 49 51 79 28 21 0 35 E6 19 26
Octal 111 121 171 50 41 0 65 346 31 46
Binary 1001001 1010001 1111001 101000 100001 0 110101 11100110 11001 100110

Color Harmonies of #495179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495179

Black with #495179

Text Example


Text Example

White with #495179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495179; }

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

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

background-color css

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

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

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

border-color css

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

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

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