#445F83

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

Shades of Chambray #445F83

Tints of Chambray #445F83

Color information

#445F83 (or 0x445F83) is unknown color: approx Chambray. HEX triplet: 44, 5F and 83. RGB value is (68,95,131). Sum of RGB (Red+Green+Blue) = 68+95+131=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 131 - color contains mainly: blue. Hex color #445F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445F83 is #BBA07C. Grayscale: #5A5A5A. Windows color (decimal): -12296317 or 8609604. OLE color: 8609604.

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

Color convert

RGB6895131-
CMYK0.480.2700.49
HSL214.29º31.66%39.02%-
HSV(B)214.29º48.09%51.37%-
XYZ10.5711.0523.05-
YUV91.03150.55111.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.13%
GREEN value IS 95 (37.5% from 255) = 32.31%
BLUE value IS 131 (51.56% from 255) = 44.56%
R=23.13%
G=32.31%
B=44.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68951310.480.2700.49214.2931.6639.02
Hex445F83301B031d62027
Octal10413720360330613264047
Binary100010010111111000001111000011011011000111010110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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