#445875

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

Shades of Chambray #445875

Tints of Chambray #445875

Color information

#445875 (or 0x445875) is unknown color: approx Chambray. HEX triplet: 44, 58 and 75. RGB value is (68,88,117). Sum of RGB (Red+Green+Blue) = 68+88+117=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #445875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445875 is #BBA78A. Grayscale: #555555. Windows color (decimal): -12298123 or 7690308. OLE color: 7690308.

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

Color convert

RGB6888117-
CMYK0.420.2500.54
HSL215.51º26.49%36.27%-
HSV(B)215.51º41.88%45.88%-
XYZ9.089.4918.18-
YUV85.33145.87115.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.91%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 117 (46.09% from 255) = 42.86%
R=24.91%
G=32.23%
B=42.86%

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
Decimal68881170.420.2500.54215.5126.4936.27
Hex4458752A19036d81a24
Octal10413016552310663303244
Binary1000100101100011101011010101100101101101101100011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445875; }

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

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

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

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

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

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

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

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