#445675

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

Shades of Chambray #445675

Tints of Chambray #445675

Color information

#445675 (or 0x445675) is unknown color: approx Chambray. HEX triplet: 44, 56 and 75. RGB value is (68,86,117). Sum of RGB (Red+Green+Blue) = 68+86+117=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #445675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445675 is #BBA98A. Grayscale: #545454. Windows color (decimal): -12298635 or 7689796. OLE color: 7689796.

HSL color Cylindrical-coordinate representation of color #445675: hue angle of 217.96º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #445675 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6886117-
CMYK0.420.2600.54
HSL217.96º26.49%36.27%-
HSV(B)217.96º41.88%45.88%-
XYZ8.929.1718.13-
YUV84.15146.54116.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.09%
GREEN value IS 86 (33.98% from 255) = 31.73%
BLUE value IS 117 (46.09% from 255) = 43.17%
R=25.09%
G=31.73%
B=43.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68861170.420.2600.54217.9626.4936.27
Hex4456752A1A036da1a24
Octal10412616552320663323244
Binary1000100101011011101011010101101001101101101101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445675; }

 p { color: rgb(68,86,117); }

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

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

 a { background-color: rgb(68,86,117); }

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

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

 span { border-color: rgb(68,86,117); }

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