Html Css Color HEX #495679 Chambray

📋 copy color: '#495679'

red 73 ◦ green 86 ◦ blue 121

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

Shades of Chambray #495679

Tints of Chambray #495679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.71%

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

R = 26.07%
G = 30.71%
B = 43.21%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#495679 (or 0x495679) is known color: Chambray. HEX triplet: 49, 56 and 79. RGB value is (73,86,121). Sum of RGB (Red+Green+Blue) = 73+86+121=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 121 (47.66% from 255 or 43.21% from 280); Max value from RGB is 121 - color contains mainly: blue. Hex color #495679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495679 is #B6A986. Grayscale: #555555. Windows color (decimal): -11970951 or 7951945. OLE color: 7951945.

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

Color convert

RGB 73 86 121 -
CMYK 0.40 0.29 0 0.53
HSL 223.75º 0.25% 0.38% -
HSV(B) 223.75º 0.4% 0.47% -
XYZ 9.53 9.45 19.41 -
YUV 86.1 147.69 118.65 -
System Red Green Blue C M Y K H S L
Decimal 73 86 121 0.40 0.29 0 0.53 223.75 0.25 0.38
Hex 49 56 79 28 1D 0 35 E0 19 26
Octal 111 126 171 50 35 0 65 340 31 46
Binary 1001001 1010110 1111001 101000 11101 0 110101 11100000 11001 100110

Color Harmonies of #495679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495679

Black with #495679

Text Example


Text Example

White with #495679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495679; }

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

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

background-color css

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

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

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

border-color css

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

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

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