Html Css Color HEX #495080 Astronaut

📋 copy color: '#495080'

red 73 ◦ green 80 ◦ blue 128

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

Shades of Astronaut #495080

Tints of Astronaut #495080

RGB

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

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

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

R = 25.98%
G = 28.47%
B = 45.55%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#495080 (or 0x495080) is known color: Astronaut. HEX triplet: 49, 50 and 80. RGB value is (73,80,128). Sum of RGB (Red+Green+Blue) = 73+80+128=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 128 - color contains mainly: blue. Hex color #495080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495080 is #B6AF7F. Grayscale: #535353. Windows color (decimal): -11972480 or 8409161. OLE color: 8409161.

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

Color convert

RGB 73 80 128 -
CMYK 0.43 0.38 0 0.50
HSL 232.36º 0.27% 0.39% -
HSV(B) 232.36º 0.43% 0.5% -
XYZ 9.51 8.71 21.6 -
YUV 83.38 153.18 120.6 -
System Red Green Blue C M Y K H S L
Decimal 73 80 128 0.43 0.38 0 0.50 232.36 0.27 0.39
Hex 49 50 80 2B 26 0 32 E8 1B 27
Octal 111 120 200 53 46 0 62 350 33 47
Binary 1001001 1010000 10000000 101011 100110 0 110010 11101000 11011 100111

Color Harmonies of #495080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495080

Black with #495080

Text Example


Text Example

White with #495080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495080; }

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

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

background-color css

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

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

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

border-color css

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

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

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