Html Css Color HEX #495478 Astronaut

📋 copy color: '#495478'

red 73 ◦ green 84 ◦ blue 120

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

Shades of Astronaut #495478

Tints of Astronaut #495478

RGB

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

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

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

R = 26.35%
G = 30.32%
B = 43.32%

CMYK

 C value IS 0.39

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#495478 (or 0x495478) is known color: Astronaut. HEX triplet: 49, 54 and 78. RGB value is (73,84,120). Sum of RGB (Red+Green+Blue) = 73+84+120=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 120 - color contains mainly: blue. Hex color #495478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495478 is #B6AB87. Grayscale: #545454. Windows color (decimal): -11971464 or 7885897. OLE color: 7885897.

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

Color convert

RGB 73 84 120 -
CMYK 0.39 0.3 0 0.53
HSL 225.96º 0.24% 0.38% -
HSV(B) 225.96º 0.39% 0.47% -
XYZ 9.31 9.11 19.04 -
YUV 84.82 147.86 119.57 -
System Red Green Blue C M Y K H S L
Decimal 73 84 120 0.39 0.3 0 0.53 225.96 0.24 0.38
Hex 49 54 78 27 1E 0 35 E2 18 26
Octal 111 124 170 47 36 0 65 342 30 46
Binary 1001001 1010100 1111000 100111 11110 0 110101 11100010 11000 100110

Color Harmonies of #495478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495478

Black with #495478

Text Example


Text Example

White with #495478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495478; }

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

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

background-color css

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

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

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

border-color css

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

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

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