Html Css Color HEX #495477 Astronaut

📋 copy color: '#495477'

red 73 ◦ green 84 ◦ blue 119

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

Shades of Astronaut #495477

Tints of Astronaut #495477

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.43%

 BLUE value IS 119 (46.88% from 255) = 43.12%

R = 26.45%
G = 30.43%
B = 43.12%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#495477 (or 0x495477) is known color: Astronaut. HEX triplet: 49, 54 and 77. RGB value is (73,84,119). Sum of RGB (Red+Green+Blue) = 73+84+119=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 119 - color contains mainly: blue. Hex color #495477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495477 is #B6AB88. Grayscale: #545454. Windows color (decimal): -11971465 or 7820361. OLE color: 7820361.

HSL color Cylindrical-coordinate representation of color #495477: hue angle of 225.65º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #495477 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 84 119 -
CMYK 0.39 0.29 0 0.53
HSL 225.65º 0.24% 0.38% -
HSV(B) 225.65º 0.39% 0.47% -
XYZ 9.25 9.09 18.72 -
YUV 84.7 147.36 119.65 -
System Red Green Blue C M Y K H S L
Decimal 73 84 119 0.39 0.29 0 0.53 225.65 0.24 0.38
Hex 49 54 77 27 1D 0 35 E2 18 26
Octal 111 124 167 47 35 0 65 342 30 46
Binary 1001001 1010100 1110111 100111 11101 0 110101 11100010 11000 100110

Color Harmonies of #495477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495477

Black with #495477

Text Example


Text Example

White with #495477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495477; }

 p { color: rgb(73,84,119); }

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

background-color css

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

 a { background-color: rgb(73,84,119); }

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

border-color css

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

 span { border-color: rgb(73,84,119); }

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