Html Css Color HEX #495672 Chambray

📋 copy color: '#495672'

red 73 ◦ green 86 ◦ blue 114

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

Shades of Chambray #495672

Tints of Chambray #495672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.76%

R = 26.74%
G = 31.5%
B = 41.76%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#495672 (or 0x495672) is known color: Chambray. HEX triplet: 49, 56 and 72. RGB value is (73,86,114). Sum of RGB (Red+Green+Blue) = 73+86+114=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 114 - color contains mainly: blue. Hex color #495672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495672 is #B6A98D. Grayscale: #555555. Windows color (decimal): -11970958 or 7493193. OLE color: 7493193.

HSL color Cylindrical-coordinate representation of color #495672: hue angle of 220.98º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #495672 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 86 114 -
CMYK 0.36 0.25 0 0.55
HSL 220.98º 0.22% 0.37% -
HSV(B) 220.98º 0.36% 0.45% -
XYZ 9.11 9.29 17.23 -
YUV 85.31 144.19 119.22 -
System Red Green Blue C M Y K H S L
Decimal 73 86 114 0.36 0.25 0 0.55 220.98 0.22 0.37
Hex 49 56 72 24 19 0 37 DD 16 25
Octal 111 126 162 44 31 0 67 335 26 45
Binary 1001001 1010110 1110010 100100 11001 0 110111 11011101 10110 100101

Color Harmonies of #495672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495672

Black with #495672

Text Example


Text Example

White with #495672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495672; }

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

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

background-color css

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

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

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

border-color css

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

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

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