#445F7C

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

Shades of Chambray #445F7C

Tints of Chambray #445F7C

Color information

#445F7C (or 0x445F7C) is unknown color: approx Chambray. HEX triplet: 44, 5F and 7C. RGB value is (68,95,124). Sum of RGB (Red+Green+Blue) = 68+95+124=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #445F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445F7C is #BBA083. Grayscale: #5A5A5A. Windows color (decimal): -12296324 or 8150852. OLE color: 8150852.

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

Color convert

RGB6895124-
CMYK0.450.2300.51
HSL211.07º29.17%37.65%-
HSV(B)211.07º45.16%48.63%-
XYZ10.1110.8720.63-
YUV90.23147.05112.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.69%
GREEN value IS 95 (37.5% from 255) = 33.10%
BLUE value IS 124 (48.83% from 255) = 43.21%
R=23.69%
G=33.10%
B=43.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68951240.450.2300.51211.0729.1737.65
Hex445F7C2D17033d31d26
Octal10413717455270633233546
Binary1000100101111111111001011011011101100111101001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,95,124); }

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

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

 a { background-color: rgb(68,95,124); }

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

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

 span { border-color: rgb(68,95,124); }

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