Html Css Color HEX #495879 Chambray

📋 copy color: '#495879'

red 73 ◦ green 88 ◦ blue 121

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

Shades of Chambray #495879

Tints of Chambray #495879

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.21%

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

R = 25.89%
G = 31.21%
B = 42.91%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#495879 (or 0x495879) is known color: Chambray. HEX triplet: 49, 58 and 79. RGB value is (73,88,121). Sum of RGB (Red+Green+Blue) = 73+88+121=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 121 - color contains mainly: blue. Hex color #495879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495879 is #B6A786. Grayscale: #575757. Windows color (decimal): -11970439 or 7952457. OLE color: 7952457.

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

Color convert

RGB 73 88 121 -
CMYK 0.40 0.27 0 0.53
HSL 221.25º 0.25% 0.38% -
HSV(B) 221.25º 0.4% 0.47% -
XYZ 9.69 9.78 19.47 -
YUV 87.28 147.03 117.82 -
System Red Green Blue C M Y K H S L
Decimal 73 88 121 0.40 0.27 0 0.53 221.25 0.25 0.38
Hex 49 58 79 28 1B 0 35 DD 19 26
Octal 111 130 171 50 33 0 65 335 31 46
Binary 1001001 1011000 1111001 101000 11011 0 110101 11011101 11001 100110

Color Harmonies of #495879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495879

Black with #495879

Text Example


Text Example

White with #495879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495879; }

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

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

background-color css

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

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

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

border-color css

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

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

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