#445876

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

Shades of Chambray #445876

Tints of Chambray #445876

Color information

#445876 (or 0x445876) is unknown color: approx Chambray. HEX triplet: 44, 58 and 76. RGB value is (68,88,118). Sum of RGB (Red+Green+Blue) = 68+88+118=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 118 - color contains mainly: blue. Hex color #445876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445876 is #BBA789. Grayscale: #555555. Windows color (decimal): -12298122 or 7755844. OLE color: 7755844.

HSL color Cylindrical-coordinate representation of color #445876: hue angle of 216º degrees, saturation: 0.27, 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 #445876 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6888118-
CMYK0.420.2500.54
HSL216º26.88%36.47%-
HSV(B)216º42.37%46.27%-
XYZ9.149.5218.49-
YUV85.44146.37115.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.82%
GREEN value IS 88 (34.77% from 255) = 32.12%
BLUE value IS 118 (46.48% from 255) = 43.07%
R=24.82%
G=32.12%
B=43.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68881180.420.2500.5421626.8836.47
Hex4458762A19036d81b24
Octal10413016652310663303344
Binary1000100101100011101101010101100101101101101100011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445876; }

 p { color: rgb(68,88,118); }

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

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

 a { background-color: rgb(68,88,118); }

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

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

 span { border-color: rgb(68,88,118); }

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