#495A88

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

Shades of Chambray #495A88

Tints of Chambray #495A88

Color information

#495A88 (or 0x495A88) is unknown color: approx Chambray. HEX triplet: 49, 5A and 88. RGB value is (73,90,136). Sum of RGB (Red+Green+Blue) = 73+90+136=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 136 - color contains mainly: blue. Hex color #495A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495A88 is #B6A577. Grayscale: #595959. Windows color (decimal): -11969912 or 8936009. OLE color: 8936009.

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

Color convert

RGB7390136-
CMYK0.460.3400.47
HSL223.81º30.14%40.98%-
HSV(B)223.81º46.32%53.33%-
XYZ10.8510.5124.75-
YUV90.16153.87115.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.41%
GREEN value IS 90 (35.55% from 255) = 30.10%
BLUE value IS 136 (53.52% from 255) = 45.48%
R=24.41%
G=30.10%
B=45.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73901360.460.3400.47223.8130.1440.98
Hex495A882E2202Fe01e29
Octal11113221056420573403651
Binary100100110110101000100010111010001001011111110000011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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