#495F88

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

Shades of Chambray #495F88

Tints of Chambray #495F88

Color information

#495F88 (or 0x495F88) is unknown color: approx Chambray. HEX triplet: 49, 5F and 88. RGB value is (73,95,136). Sum of RGB (Red+Green+Blue) = 73+95+136=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 136 - color contains mainly: blue. Hex color #495F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495F88 is #B6A077. Grayscale: #5C5C5C. Windows color (decimal): -11968632 or 8937289. OLE color: 8937289.

HSL color Cylindrical-coordinate representation of color #495F88: hue angle of 219.05º 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 #495F88 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7395136-
CMYK0.460.3000.47
HSL219.05º30.14%40.98%-
HSV(B)219.05º46.32%53.33%-
XYZ11.2811.3824.89-
YUV93.1152.21113.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 95 (37.5% from 255) = 31.25%
BLUE value IS 136 (53.52% from 255) = 44.74%
R=24.01%
G=31.25%
B=44.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73951360.460.3000.47219.0530.1440.98
Hex495F882E1E02Fdb1e29
Octal11113721056360573333651
Binary10010011011111100010001011101111001011111101101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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