Html Css Color HEX #495278 Astronaut

📋 copy color: '#495278'

red 73 ◦ green 82 ◦ blue 120

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

Shades of Astronaut #495278

Tints of Astronaut #495278

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.82%

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

R = 26.55%
G = 29.82%
B = 43.64%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#495278 (or 0x495278) is known color: Astronaut. HEX triplet: 49, 52 and 78. RGB value is (73,82,120). Sum of RGB (Red+Green+Blue) = 73+82+120=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #495278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495278 is #B6AD87. Grayscale: #535353. Windows color (decimal): -11971976 or 7885385. OLE color: 7885385.

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

Color convert

RGB 73 82 120 -
CMYK 0.39 0.32 0 0.53
HSL 228.51º 0.24% 0.38% -
HSV(B) 228.51º 0.39% 0.47% -
XYZ 9.16 8.81 18.99 -
YUV 83.64 148.52 120.41 -
System Red Green Blue C M Y K H S L
Decimal 73 82 120 0.39 0.32 0 0.53 228.51 0.24 0.38
Hex 49 52 78 27 20 0 35 E5 18 26
Octal 111 122 170 47 40 0 65 345 30 46
Binary 1001001 1010010 1111000 100111 100000 0 110101 11100101 11000 100110

Color Harmonies of #495278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495278

Black with #495278

Text Example


Text Example

White with #495278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495278; }

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

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

background-color css

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

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

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

border-color css

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

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

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