Html Css Color HEX #495578 Astronaut

📋 copy color: '#495578'

red 73 ◦ green 85 ◦ blue 120

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

Shades of Astronaut #495578

Tints of Astronaut #495578

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.58%

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

R = 26.26%
G = 30.58%
B = 43.17%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#495578 (or 0x495578) is known color: Astronaut. HEX triplet: 49, 55 and 78. RGB value is (73,85,120). Sum of RGB (Red+Green+Blue) = 73+85+120=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #495578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495578 is #B6AA87. Grayscale: #555555. Windows color (decimal): -11971208 or 7886153. OLE color: 7886153.

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

Color convert

RGB 73 85 120 -
CMYK 0.39 0.29 0 0.53
HSL 224.68º 0.24% 0.38% -
HSV(B) 224.68º 0.39% 0.47% -
XYZ 9.39 9.27 19.06 -
YUV 85.4 147.52 119.15 -
System Red Green Blue C M Y K H S L
Decimal 73 85 120 0.39 0.29 0 0.53 224.68 0.24 0.38
Hex 49 55 78 27 1D 0 35 E1 18 26
Octal 111 125 170 47 35 0 65 341 30 46
Binary 1001001 1010101 1111000 100111 11101 0 110101 11100001 11000 100110

Color Harmonies of #495578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495578

Black with #495578

Text Example


Text Example

White with #495578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495578; }

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

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

background-color css

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

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

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

border-color css

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

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

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