#445E7C

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

Shades of Chambray #445E7C

Tints of Chambray #445E7C

Color information

#445E7C (or 0x445E7C) is unknown color: approx Chambray. HEX triplet: 44, 5E and 7C. RGB value is (68,94,124). Sum of RGB (Red+Green+Blue) = 68+94+124=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #445E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445E7C is #BBA183. Grayscale: #595959. Windows color (decimal): -12296580 or 8150596. OLE color: 8150596.

HSL color Cylindrical-coordinate representation of color #445E7C: hue angle of 212.14º 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 #445E7C is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6894124-
CMYK0.450.2400.51
HSL212.14º29.17%37.65%-
HSV(B)212.14º45.16%48.63%-
XYZ10.0210.6920.6-
YUV89.65147.39112.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.78%
GREEN value IS 94 (37.11% from 255) = 32.87%
BLUE value IS 124 (48.83% from 255) = 43.36%
R=23.78%
G=32.87%
B=43.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68941240.450.2400.51212.1429.1737.65
Hex445E7C2D18033d41d26
Octal10413617455300633243546
Binary1000100101111011111001011011100001100111101010011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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