Html Css Color HEX #495579 Chambray

📋 copy color: '#495579'

red 73 ◦ green 85 ◦ blue 121

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

Shades of Chambray #495579

Tints of Chambray #495579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 43.37%

R = 26.16%
G = 30.47%
B = 43.37%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#495579 (or 0x495579) is known color: Chambray. HEX triplet: 49, 55 and 79. RGB value is (73,85,121). Sum of RGB (Red+Green+Blue) = 73+85+121=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 121 - color contains mainly: blue. Hex color #495579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495579 is #B6AA86. Grayscale: #555555. Windows color (decimal): -11971207 or 7951689. OLE color: 7951689.

HSL color Cylindrical-coordinate representation of color #495579: hue angle of 225º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #495579 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 85 121 -
CMYK 0.40 0.30 0 0.53
HSL 225º 0.25% 0.38% -
HSV(B) 225º 0.4% 0.47% -
XYZ 9.45 9.29 19.39 -
YUV 85.52 148.02 119.07 -
System Red Green Blue C M Y K H S L
Decimal 73 85 121 0.40 0.30 0 0.53 225 0.25 0.38
Hex 49 55 79 28 1E 0 35 E1 19 26
Octal 111 125 171 50 36 0 65 341 31 46
Binary 1001001 1010101 1111001 101000 11110 0 110101 11100001 11001 100110

Color Harmonies of #495579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495579

Black with #495579

Text Example


Text Example

White with #495579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495579; }

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

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

background-color css

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

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

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

border-color css

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

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

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