#45566B

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

Shades of Chambray #45566B

Tints of Chambray #45566B

Color information

#45566B (or 0x45566B) is unknown color: approx Chambray. HEX triplet: 45, 56 and 6B. RGB value is (69,86,107). Sum of RGB (Red+Green+Blue) = 69+86+107=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 107 - color contains mainly: blue. Hex color #45566B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45566B is #BAA994. Grayscale: #535353. Windows color (decimal): -12233109 or 7034437. OLE color: 7034437.

HSL color Cylindrical-coordinate representation of color #45566B: hue angle of 213.16º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #45566B is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6986107-
CMYK0.360.2000.58
HSL213.16º21.59%34.51%-
HSV(B)213.16º35.51%41.96%-
XYZ8.448.9815.2-
YUV83.31141.37117.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.34%
GREEN value IS 86 (33.98% from 255) = 32.82%
BLUE value IS 107 (42.19% from 255) = 40.84%
R=26.34%
G=32.82%
B=40.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69861070.360.2000.58213.1621.5934.51
Hex45566B241403Ad51623
Octal10512615344240723252643
Binary1000101101011011010111001001010001110101101010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45566B; }

 p { color: rgb(69,86,107); }

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

<style>
 a { background-color: #45566B; }

 a { background-color: rgb(69,86,107); }

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

<style>
 span { border-color: #45566B; }

 span { border-color: rgb(69,86,107); }

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