Html Css Color HEX #495978 Chambray

📋 copy color: '#495978'

red 73 ◦ green 89 ◦ blue 120

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

Shades of Chambray #495978

Tints of Chambray #495978

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.56%

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

R = 25.89%
G = 31.56%
B = 42.55%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#495978 (or 0x495978) is known color: Chambray. HEX triplet: 49, 59 and 78. RGB value is (73,89,120). Sum of RGB (Red+Green+Blue) = 73+89+120=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 120 - color contains mainly: blue. Hex color #495978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495978 is #B6A687. Grayscale: #575757. Windows color (decimal): -11970184 or 7887177. OLE color: 7887177.

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

Color convert

RGB 73 89 120 -
CMYK 0.39 0.26 0 0.53
HSL 219.57º 0.24% 0.38% -
HSV(B) 219.57º 0.39% 0.47% -
XYZ 9.71 9.92 19.17 -
YUV 87.75 146.2 117.48 -
System Red Green Blue C M Y K H S L
Decimal 73 89 120 0.39 0.26 0 0.53 219.57 0.24 0.38
Hex 49 59 78 27 1A 0 35 DC 18 26
Octal 111 131 170 47 32 0 65 334 30 46
Binary 1001001 1011001 1111000 100111 11010 0 110101 11011100 11000 100110

Color Harmonies of #495978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495978

Black with #495978

Text Example


Text Example

White with #495978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495978; }

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

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

background-color css

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

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

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

border-color css

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

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

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