#445672

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

Shades of Chambray #445672

Tints of Chambray #445672

Color information

#445672 (or 0x445672) is unknown color: approx Chambray. HEX triplet: 44, 56 and 72. RGB value is (68,86,114). Sum of RGB (Red+Green+Blue) = 68+86+114=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #445672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445672 is #BBA98D. Grayscale: #535353. Windows color (decimal): -12298638 or 7493188. OLE color: 7493188.

HSL color Cylindrical-coordinate representation of color #445672: hue angle of 216.52º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #445672 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6886114-
CMYK0.400.2500.55
HSL216.52º25.27%35.69%-
HSV(B)216.52º40.35%44.71%-
XYZ8.759.117.21-
YUV83.81145.04116.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.37%
GREEN value IS 86 (33.98% from 255) = 32.09%
BLUE value IS 114 (44.92% from 255) = 42.54%
R=25.37%
G=32.09%
B=42.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68861140.400.2500.55216.5225.2735.69
Hex4456722819037d91924
Octal10412616250310673313144
Binary1000100101011011100101010001100101101111101100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445672; }

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

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

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

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

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

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

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

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