Html Css Color HEX #495375 Astronaut

📋 copy color: '#495375'

red 73 ◦ green 83 ◦ blue 117

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

Shades of Astronaut #495375

Tints of Astronaut #495375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.86%

R = 26.74%
G = 30.4%
B = 42.86%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#495375 (or 0x495375) is known color: Astronaut. HEX triplet: 49, 53 and 75. RGB value is (73,83,117). Sum of RGB (Red+Green+Blue) = 73+83+117=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #495375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495375 is #B6AC8A. Grayscale: #535353. Windows color (decimal): -11971723 or 7689033. OLE color: 7689033.

HSL color Cylindrical-coordinate representation of color #495375: hue angle of 226.36º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #495375 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 83 117 -
CMYK 0.38 0.29 0 0.54
HSL 226.36º 0.23% 0.37% -
HSV(B) 226.36º 0.38% 0.46% -
XYZ 9.05 8.89 18.07 -
YUV 83.89 146.69 120.24 -
System Red Green Blue C M Y K H S L
Decimal 73 83 117 0.38 0.29 0 0.54 226.36 0.23 0.37
Hex 49 53 75 26 1D 0 36 E2 17 25
Octal 111 123 165 46 35 0 66 342 27 45
Binary 1001001 1010011 1110101 100110 11101 0 110110 11100010 10111 100101

Color Harmonies of #495375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495375

Black with #495375

Text Example


Text Example

White with #495375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495375; }

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

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

background-color css

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

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

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

border-color css

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

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

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