#445D7D

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

Shades of Chambray #445D7D

Tints of Chambray #445D7D

Color information

#445D7D (or 0x445D7D) is unknown color: approx Chambray. HEX triplet: 44, 5D and 7D. RGB value is (68,93,125). Sum of RGB (Red+Green+Blue) = 68+93+125=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #445D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445D7D is #BBA282. Grayscale: #595959. Windows color (decimal): -12296835 or 8215876. OLE color: 8215876.

HSL color Cylindrical-coordinate representation of color #445D7D: hue angle of 213.68º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #445D7D is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6893125-
CMYK0.460.2600.51
HSL213.68º29.53%37.84%-
HSV(B)213.68º45.6%49.02%-
XYZ1010.5420.91-
YUV89.17148.22112.9-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.78%
GREEN value IS 93 (36.72% from 255) = 32.52%
BLUE value IS 125 (49.22% from 255) = 43.71%
R=23.78%
G=32.52%
B=43.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68931250.460.2600.51213.6829.5337.84
Hex445D7D2E1A033d61e26
Octal10413517556320633263646
Binary1000100101110111111011011101101001100111101011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,93,125); }

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

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

 a { background-color: rgb(68,93,125); }

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

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

 span { border-color: rgb(68,93,125); }

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