Html Css Color HEX #495374 Astronaut

📋 copy color: '#495374'

red 73 ◦ green 83 ◦ blue 116

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

Shades of Astronaut #495374

Tints of Astronaut #495374

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.51%

 BLUE value IS 116 (45.7% from 255) = 42.65%

R = 26.84%
G = 30.51%
B = 42.65%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#495374 (or 0x495374) is known color: Astronaut. HEX triplet: 49, 53 and 74. RGB value is (73,83,116). Sum of RGB (Red+Green+Blue) = 73+83+116=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 116 - color contains mainly: blue. Hex color #495374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495374 is #B6AC8B. Grayscale: #535353. Windows color (decimal): -11971724 or 7623497. OLE color: 7623497.

HSL color Cylindrical-coordinate representation of color #495374: hue angle of 226.05º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #495374 is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 83 116 -
CMYK 0.37 0.28 0 0.55
HSL 226.05º 0.23% 0.37% -
HSV(B) 226.05º 0.37% 0.45% -
XYZ 8.99 8.86 17.76 -
YUV 83.77 146.19 120.32 -
System Red Green Blue C M Y K H S L
Decimal 73 83 116 0.37 0.28 0 0.55 226.05 0.23 0.37
Hex 49 53 74 25 1C 0 37 E2 17 25
Octal 111 123 164 45 34 0 67 342 27 45
Binary 1001001 1010011 1110100 100101 11100 0 110111 11100010 10111 100101

Color Harmonies of #495374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495374

Black with #495374

Text Example


Text Example

White with #495374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495374; }

 p { color: rgb(73,83,116); }

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

background-color css

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

 a { background-color: rgb(73,83,116); }

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

border-color css

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

 span { border-color: rgb(73,83,116); }

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