#495681

Color #495681 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #495681

Tints of Chambray #495681

Color information

#495681 (or 0x495681) is unknown color: approx Chambray. HEX triplet: 49, 56 and 81. RGB value is (73,86,129). Sum of RGB (Red+Green+Blue) = 73+86+129=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 129 (50.78% from 255 or 44.79% from 288); Max value from RGB is 129 - color contains mainly: blue. Hex color #495681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495681 is #B6A97E. Grayscale: #565656. Windows color (decimal): -11970943 or 8476233. OLE color: 8476233.

HSL color Cylindrical-coordinate representation of color #495681: hue angle of 226.07º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #495681 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7386129-
CMYK0.430.3300.49
HSL226.07º27.72%39.61%-
HSV(B)226.07º43.41%50.59%-
XYZ10.049.6622.1-
YUV87.02151.69118-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.35%
GREEN value IS 86 (33.98% from 255) = 29.86%
BLUE value IS 129 (50.78% from 255) = 44.79%
R=25.35%
G=29.86%
B=44.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73861290.430.3300.49226.0727.7239.61
Hex4956812B21031e21c28
Octal11112620153410613423450
Binary100100110101101000000110101110000101100011110001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495681; }

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

 H1.HeaderClassName
 {
   color: #495681;
 }
 .AnyTagClassName
 {
   color: #495681;
 }
</style>
background-color css

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

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

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

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

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

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