#445F81

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

Shades of Chambray #445F81

Tints of Chambray #445F81

Color information

#445F81 (or 0x445F81) is unknown color: approx Chambray. HEX triplet: 44, 5F and 81. RGB value is (68,95,129). Sum of RGB (Red+Green+Blue) = 68+95+129=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 129 - color contains mainly: blue. Hex color #445F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445F81 is #BBA07E. Grayscale: #5A5A5A. Windows color (decimal): -12296319 or 8478532. OLE color: 8478532.

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

Color convert

RGB6895129-
CMYK0.470.2600.49
HSL213.44º30.96%38.63%-
HSV(B)213.44º47.29%50.59%-
XYZ10.441122.34-
YUV90.8149.55111.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.29%
GREEN value IS 95 (37.5% from 255) = 32.53%
BLUE value IS 129 (50.78% from 255) = 44.18%
R=23.29%
G=32.53%
B=44.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68951290.470.2600.49213.4430.9638.63
Hex445F812F1A031d51f27
Octal10413720157320613253747
Binary10001001011111100000011011111101001100011101010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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