Html Css Color HEX #495076 Astronaut

📋 copy color: '#495076'

red 73 ◦ green 80 ◦ blue 118

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

Shades of Astronaut #495076

Tints of Astronaut #495076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.52%

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

R = 26.94%
G = 29.52%
B = 43.54%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#495076 (or 0x495076) is known color: Astronaut. HEX triplet: 49, 50 and 76. RGB value is (73,80,118). Sum of RGB (Red+Green+Blue) = 73+80+118=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: blue. Hex color #495076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495076 is #B6AF89. Grayscale: #525252. Windows color (decimal): -11972490 or 7753801. OLE color: 7753801.

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

Color convert

RGB 73 80 118 -
CMYK 0.38 0.32 0 0.54
HSL 230.67º 0.24% 0.37% -
HSV(B) 230.67º 0.38% 0.46% -
XYZ 8.89 8.46 18.3 -
YUV 82.24 148.18 121.41 -
System Red Green Blue C M Y K H S L
Decimal 73 80 118 0.38 0.32 0 0.54 230.67 0.24 0.37
Hex 49 50 76 26 20 0 36 E7 18 25
Octal 111 120 166 46 40 0 66 347 30 45
Binary 1001001 1010000 1110110 100110 100000 0 110110 11100111 11000 100101

Color Harmonies of #495076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495076

Black with #495076

Text Example


Text Example

White with #495076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495076; }

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

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

background-color css

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

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

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

border-color css

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

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

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