#495F81

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

Shades of Chambray #495F81

Tints of Chambray #495F81

Color information

#495F81 (or 0x495F81) is unknown color: approx Chambray. HEX triplet: 49, 5F and 81. RGB value is (73,95,129). Sum of RGB (Red+Green+Blue) = 73+95+129=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 129 - color contains mainly: blue. Hex color #495F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495F81 is #B6A07E. Grayscale: #5C5C5C. Windows color (decimal): -11968639 or 8478537. OLE color: 8478537.

HSL color Cylindrical-coordinate representation of color #495F81: hue angle of 216.43º 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 #495F81 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7395129-
CMYK0.430.2600.49
HSL216.43º27.72%39.61%-
HSV(B)216.43º43.41%50.59%-
XYZ10.811.1922.36-
YUV92.3148.71114.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.58%
GREEN value IS 95 (37.5% from 255) = 31.99%
BLUE value IS 129 (50.78% from 255) = 43.43%
R=24.58%
G=31.99%
B=43.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73951290.430.2600.49216.4327.7239.61
Hex495F812B1A031d81c28
Octal11113720153320613303450
Binary10010011011111100000011010111101001100011101100011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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