#445671

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

Shades of Chambray #445671

Tints of Chambray #445671

Color information

#445671 (or 0x445671) is unknown color: approx Chambray. HEX triplet: 44, 56 and 71. RGB value is (68,86,113). Sum of RGB (Red+Green+Blue) = 68+86+113=267 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.47% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 113 - color contains mainly: blue. Hex color #445671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445671 is #BBA98E. Grayscale: #535353. Windows color (decimal): -12298639 or 7427652. OLE color: 7427652.

HSL color Cylindrical-coordinate representation of color #445671: hue angle of 216º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #445671 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6886113-
CMYK0.400.2400.56
HSL216º24.86%35.49%-
HSV(B)216º39.82%44.31%-
XYZ8.699.0816.92-
YUV83.7144.54116.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.47%
GREEN value IS 86 (33.98% from 255) = 32.21%
BLUE value IS 113 (44.53% from 255) = 42.32%
R=25.47%
G=32.21%
B=42.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68861130.400.2400.5621624.8635.49
Hex4456712818038d81923
Octal10412616150300703303143
Binary1000100101011011100011010001100001110001101100011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445671; }

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

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

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

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

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

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

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

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