#445E83

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

Shades of Chambray #445E83

Tints of Chambray #445E83

Color information

#445E83 (or 0x445E83) is unknown color: approx Chambray. HEX triplet: 44, 5E and 83. RGB value is (68,94,131). Sum of RGB (Red+Green+Blue) = 68+94+131=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 131 - color contains mainly: blue. Hex color #445E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445E83 is #BBA17C. Grayscale: #5A5A5A. Windows color (decimal): -12296573 or 8609348. OLE color: 8609348.

HSL color Cylindrical-coordinate representation of color #445E83: hue angle of 215.24º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #445E83 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6894131-
CMYK0.480.2800.49
HSL215.24º31.66%39.02%-
HSV(B)215.24º48.09%51.37%-
XYZ10.4810.8723.02-
YUV90.44150.89111.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.21%
GREEN value IS 94 (37.11% from 255) = 32.08%
BLUE value IS 131 (51.56% from 255) = 44.71%
R=23.21%
G=32.08%
B=44.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68941310.480.2800.49215.2431.6639.02
Hex445E83301C031d72027
Octal10413620360340613274047
Binary100010010111101000001111000011100011000111010111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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