Html Css Color HEX #495078 Astronaut

📋 copy color: '#495078'

red 73 ◦ green 80 ◦ blue 120

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

Shades of Astronaut #495078

Tints of Astronaut #495078

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.3%

 BLUE value IS 120 (47.27% from 255) = 43.96%

R = 26.74%
G = 29.3%
B = 43.96%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#495078 (or 0x495078) is known color: Astronaut. HEX triplet: 49, 50 and 78. RGB value is (73,80,120). Sum of RGB (Red+Green+Blue) = 73+80+120=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #495078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495078 is #B6AF87. Grayscale: #525252. Windows color (decimal): -11972488 or 7884873. OLE color: 7884873.

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

Color convert

RGB 73 80 120 -
CMYK 0.39 0.33 0 0.53
HSL 231.06º 0.24% 0.38% -
HSV(B) 231.06º 0.39% 0.47% -
XYZ 9.01 8.51 18.94 -
YUV 82.47 149.18 121.25 -
System Red Green Blue C M Y K H S L
Decimal 73 80 120 0.39 0.33 0 0.53 231.06 0.24 0.38
Hex 49 50 78 27 21 0 35 E7 18 26
Octal 111 120 170 47 41 0 65 347 30 46
Binary 1001001 1010000 1111000 100111 100001 0 110101 11100111 11000 100110

Color Harmonies of #495078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495078

Black with #495078

Text Example


Text Example

White with #495078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495078; }

 p { color: rgb(73,80,120); }

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

background-color css

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

 a { background-color: rgb(73,80,120); }

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

border-color css

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

 span { border-color: rgb(73,80,120); }

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