#495B88

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

Shades of Chambray #495B88

Tints of Chambray #495B88

Color information

#495B88 (or 0x495B88) is unknown color: approx Chambray. HEX triplet: 49, 5B and 88. RGB value is (73,91,136). Sum of RGB (Red+Green+Blue) = 73+91+136=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 136 - color contains mainly: blue. Hex color #495B88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495B88 is #B6A477. Grayscale: #5A5A5A. Windows color (decimal): -11969656 or 8936265. OLE color: 8936265.

HSL color Cylindrical-coordinate representation of color #495B88: hue angle of 222.86º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #495B88 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7391136-
CMYK0.460.3300.47
HSL222.86º30.14%40.98%-
HSV(B)222.86º46.32%53.33%-
XYZ10.9310.6824.78-
YUV90.75153.54115.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.33%
GREEN value IS 91 (35.94% from 255) = 30.33%
BLUE value IS 136 (53.52% from 255) = 45.33%
R=24.33%
G=30.33%
B=45.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73911360.460.3300.47222.8630.1440.98
Hex495B882E2102Fdf1e29
Octal11113321056410573373651
Binary100100110110111000100010111010000101011111101111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495B88; }

 p { color: rgb(73,91,136); }

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

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

 a { background-color: rgb(73,91,136); }

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

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

 span { border-color: rgb(73,91,136); }

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