Html Css Color HEX #495277 Astronaut

📋 copy color: '#495277'

red 73 ◦ green 82 ◦ blue 119

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

Shades of Astronaut #495277

Tints of Astronaut #495277

RGB

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

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

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

R = 26.64%
G = 29.93%
B = 43.43%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#495277 (or 0x495277) is known color: Astronaut. HEX triplet: 49, 52 and 77. RGB value is (73,82,119). Sum of RGB (Red+Green+Blue) = 73+82+119=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 119 (46.88% from 255 or 43.43% from 274); Max value from RGB is 119 - color contains mainly: blue. Hex color #495277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495277 is #B6AD88. Grayscale: #535353. Windows color (decimal): -11971977 or 7819849. OLE color: 7819849.

HSL color Cylindrical-coordinate representation of color #495277: hue angle of 228.26º 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 #495277 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 82 119 -
CMYK 0.39 0.31 0 0.53
HSL 228.26º 0.24% 0.38% -
HSV(B) 228.26º 0.39% 0.47% -
XYZ 9.09 8.78 18.67 -
YUV 83.53 148.02 120.49 -
System Red Green Blue C M Y K H S L
Decimal 73 82 119 0.39 0.31 0 0.53 228.26 0.24 0.38
Hex 49 52 77 27 1F 0 35 E4 18 26
Octal 111 122 167 47 37 0 65 344 30 46
Binary 1001001 1010010 1110111 100111 11111 0 110101 11100100 11000 100110

Color Harmonies of #495277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495277

Black with #495277

Text Example


Text Example

White with #495277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495277; }

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

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

background-color css

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

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

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

border-color css

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

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

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