#445D8A

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

Shades of Chambray #445D8A

Tints of Chambray #445D8A

Color information

#445D8A (or 0x445D8A) is unknown color: approx Chambray. HEX triplet: 44, 5D and 8A. RGB value is (68,93,138). Sum of RGB (Red+Green+Blue) = 68+93+138=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 138 - color contains mainly: blue. Hex color #445D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445D8A is #BBA275. Grayscale: #5A5A5A. Windows color (decimal): -12296822 or 9067844. OLE color: 9067844.

HSL color Cylindrical-coordinate representation of color #445D8A: hue angle of 218.57º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #445D8A is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6893138-
CMYK0.510.3300.46
HSL218.57º33.98%40.39%-
HSV(B)218.57º50.72%54.12%-
XYZ10.8910.8925.57-
YUV90.66154.72111.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.74%
GREEN value IS 93 (36.72% from 255) = 31.10%
BLUE value IS 138 (54.30% from 255) = 46.15%
R=22.74%
G=31.10%
B=46.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68931380.510.3300.46218.5733.9840.39
Hex445D8A332102Edb2228
Octal10413521263410563334250
Binary1000100101110110001010110011100001010111011011011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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