#445B75

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

Shades of Chambray #445B75

Tints of Chambray #445B75

Color information

#445B75 (or 0x445B75) is unknown color: approx Chambray. HEX triplet: 44, 5B and 75. RGB value is (68,91,117). Sum of RGB (Red+Green+Blue) = 68+91+117=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 117 - color contains mainly: blue. Hex color #445B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445B75 is #BBA48A. Grayscale: #565656. Windows color (decimal): -12297355 or 7691076. OLE color: 7691076.

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

Color convert

RGB6891117-
CMYK0.420.2200.54
HSL211.84º26.49%36.27%-
HSV(B)211.84º41.88%45.88%-
XYZ9.341018.27-
YUV87.09144.88114.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.64%
GREEN value IS 91 (35.94% from 255) = 32.97%
BLUE value IS 117 (46.09% from 255) = 42.39%
R=24.64%
G=32.97%
B=42.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68911170.420.2200.54211.8426.4936.27
Hex445B752A16036d41a24
Octal10413316552260663243244
Binary1000100101101111101011010101011001101101101010011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445B75; }

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

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

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

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

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

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

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

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