#495D8B

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

Shades of Chambray #495D8B

Tints of Chambray #495D8B

Color information

#495D8B (or 0x495D8B) is unknown color: approx Chambray. HEX triplet: 49, 5D and 8B. RGB value is (73,93,139). Sum of RGB (Red+Green+Blue) = 73+93+139=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #495D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495D8B is #B6A274. Grayscale: #5C5C5C. Windows color (decimal): -11969141 or 9133385. OLE color: 9133385.

HSL color Cylindrical-coordinate representation of color #495D8B: hue angle of 221.82º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #495D8B is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7393139-
CMYK0.470.3300.45
HSL221.82º31.13%41.57%-
HSV(B)221.82º47.48%54.51%-
XYZ11.3211.1125.97-
YUV92.26154.37114.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.93%
GREEN value IS 93 (36.72% from 255) = 30.49%
BLUE value IS 139 (54.69% from 255) = 45.57%
R=23.93%
G=30.49%
B=45.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73931390.470.3300.45221.8231.1341.57
Hex495D8B2F2102Dde1f2a
Octal11113521357410553363752
Binary100100110111011000101110111110000101011011101111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,93,139); }

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

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

 a { background-color: rgb(73,93,139); }

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

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

 span { border-color: rgb(73,93,139); }

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