#445A83

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

Shades of Chambray #445A83

Tints of Chambray #445A83

Color information

#445A83 (or 0x445A83) is unknown color: approx Chambray. HEX triplet: 44, 5A and 83. RGB value is (68,90,131). Sum of RGB (Red+Green+Blue) = 68+90+131=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 131 - color contains mainly: blue. Hex color #445A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445A83 is #BBA57C. Grayscale: #575757. Windows color (decimal): -12297597 or 8608324. OLE color: 8608324.

HSL color Cylindrical-coordinate representation of color #445A83: hue angle of 219.05º 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 #445A83 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6890131-
CMYK0.480.3100.49
HSL219.05º31.66%39.02%-
HSV(B)219.05º48.09%51.37%-
XYZ10.1410.1822.9-
YUV88.1152.21113.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.53%
GREEN value IS 90 (35.55% from 255) = 31.14%
BLUE value IS 131 (51.56% from 255) = 45.33%
R=23.53%
G=31.14%
B=45.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68901310.480.3100.49219.0531.6639.02
Hex445A83301F031db2027
Octal10413220360370613334047
Binary100010010110101000001111000011111011000111011011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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