Html Css Color HEX #495280 Astronaut

📋 copy color: '#495280'

red 73 ◦ green 82 ◦ blue 128

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

Shades of Astronaut #495280

Tints of Astronaut #495280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 45.23%

R = 25.8%
G = 28.98%
B = 45.23%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#495280 (or 0x495280) is known color: Astronaut. HEX triplet: 49, 52 and 80. RGB value is (73,82,128). Sum of RGB (Red+Green+Blue) = 73+82+128=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 128 - color contains mainly: blue. Hex color #495280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495280 is #B6AD7F. Grayscale: #545454. Windows color (decimal): -11971968 or 8409673. OLE color: 8409673.

HSL color Cylindrical-coordinate representation of color #495280: hue angle of 230.18º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #495280 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 82 128 -
CMYK 0.43 0.36 0 0.50
HSL 230.18º 0.27% 0.39% -
HSV(B) 230.18º 0.43% 0.5% -
XYZ 9.66 9.01 21.65 -
YUV 84.55 152.52 119.76 -
System Red Green Blue C M Y K H S L
Decimal 73 82 128 0.43 0.36 0 0.50 230.18 0.27 0.39
Hex 49 52 80 2B 24 0 32 E6 1B 27
Octal 111 122 200 53 44 0 62 346 33 47
Binary 1001001 1010010 10000000 101011 100100 0 110010 11100110 11011 100111

Color Harmonies of #495280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495280

Black with #495280

Text Example


Text Example

White with #495280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495280; }

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

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

background-color css

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

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

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

border-color css

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

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

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