Html Css Color HEX #495680 Chambray

📋 copy color: '#495680'

red 73 ◦ green 86 ◦ blue 128

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

Shades of Chambray #495680

Tints of Chambray #495680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 44.6%

R = 25.44%
G = 29.97%
B = 44.6%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#495680 (or 0x495680) is known color: Chambray. HEX triplet: 49, 56 and 80. RGB value is (73,86,128). Sum of RGB (Red+Green+Blue) = 73+86+128=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 128 - color contains mainly: blue. Hex color #495680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495680 is #B6A97F. Grayscale: #565656. Windows color (decimal): -11970944 or 8410697. OLE color: 8410697.

HSL color Cylindrical-coordinate representation of color #495680: hue angle of 225.82º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #495680 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 86 128 -
CMYK 0.43 0.33 0 0.50
HSL 225.82º 0.27% 0.39% -
HSV(B) 225.82º 0.43% 0.5% -
XYZ 9.97 9.63 21.76 -
YUV 86.9 151.19 118.08 -
System Red Green Blue C M Y K H S L
Decimal 73 86 128 0.43 0.33 0 0.50 225.82 0.27 0.39
Hex 49 56 80 2B 21 0 32 E2 1B 27
Octal 111 126 200 53 41 0 62 342 33 47
Binary 1001001 1010110 10000000 101011 100001 0 110010 11100010 11011 100111

Color Harmonies of #495680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495680

Black with #495680

Text Example


Text Example

White with #495680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495680; }

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

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

background-color css

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

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

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

border-color css

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

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

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