Html Css Color HEX #495479 Astronaut

📋 copy color: '#495479'

red 73 ◦ green 84 ◦ blue 121

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

Shades of Astronaut #495479

Tints of Astronaut #495479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 43.53%

R = 26.26%
G = 30.22%
B = 43.53%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#495479 (or 0x495479) is known color: Astronaut. HEX triplet: 49, 54 and 79. RGB value is (73,84,121). Sum of RGB (Red+Green+Blue) = 73+84+121=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 121 - color contains mainly: blue. Hex color #495479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495479 is #B6AB86. Grayscale: #545454. Windows color (decimal): -11971463 or 7951433. OLE color: 7951433.

HSL color Cylindrical-coordinate representation of color #495479: hue angle of 226.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #495479 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 84 121 -
CMYK 0.40 0.31 0 0.53
HSL 226.25º 0.25% 0.38% -
HSV(B) 226.25º 0.4% 0.47% -
XYZ 9.37 9.14 19.36 -
YUV 84.93 148.36 119.49 -
System Red Green Blue C M Y K H S L
Decimal 73 84 121 0.40 0.31 0 0.53 226.25 0.25 0.38
Hex 49 54 79 28 1F 0 35 E2 19 26
Octal 111 124 171 50 37 0 65 342 31 46
Binary 1001001 1010100 1111001 101000 11111 0 110101 11100010 11001 100110

Color Harmonies of #495479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495479

Black with #495479

Text Example


Text Example

White with #495479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495479; }

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

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

background-color css

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

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

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

border-color css

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

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

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