Html Css Color HEX #495281 Astronaut

📋 copy color: '#495281'

red 73 ◦ green 82 ◦ blue 129

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

Shades of Astronaut #495281

Tints of Astronaut #495281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 45.42%

R = 25.7%
G = 28.87%
B = 45.42%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#495281 (or 0x495281) is known color: Astronaut. HEX triplet: 49, 52 and 81. RGB value is (73,82,129). Sum of RGB (Red+Green+Blue) = 73+82+129=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 129 (50.78% from 255 or 45.42% from 284); Max value from RGB is 129 - color contains mainly: blue. Hex color #495281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495281 is #B6AD7E. Grayscale: #545454. Windows color (decimal): -11971967 or 8475209. OLE color: 8475209.

HSL color Cylindrical-coordinate representation of color #495281: hue angle of 230.36º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #495281 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 82 129 -
CMYK 0.43 0.36 0 0.49
HSL 230.36º 0.28% 0.4% -
HSV(B) 230.36º 0.43% 0.51% -
XYZ 9.73 9.04 22 -
YUV 84.67 153.02 119.68 -
System Red Green Blue C M Y K H S L
Decimal 73 82 129 0.43 0.36 0 0.49 230.36 0.28 0.4
Hex 49 52 81 2B 24 0 31 E6 1C 28
Octal 111 122 201 53 44 0 61 346 34 50
Binary 1001001 1010010 10000001 101011 100100 0 110001 11100110 11100 101000

Color Harmonies of #495281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495281

Black with #495281

Text Example


Text Example

White with #495281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495281; }

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

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

background-color css

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

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

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

border-color css

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

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

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