#445F85

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

Shades of Chambray #445F85

Tints of Chambray #445F85

Color information

#445F85 (or 0x445F85) is unknown color: approx Chambray. HEX triplet: 44, 5F and 85. RGB value is (68,95,133). Sum of RGB (Red+Green+Blue) = 68+95+133=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 133 - color contains mainly: blue. Hex color #445F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445F85 is #BBA07A. Grayscale: #5B5B5B. Windows color (decimal): -12296315 or 8740676. OLE color: 8740676.

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

Color convert

RGB6895133-
CMYK0.490.2900.48
HSL215.08º32.34%39.41%-
HSV(B)215.08º48.87%52.16%-
XYZ10.7111.1123.77-
YUV91.26151.55111.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.97%
GREEN value IS 95 (37.5% from 255) = 32.09%
BLUE value IS 133 (52.34% from 255) = 44.93%
R=22.97%
G=32.09%
B=44.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68951330.490.2900.48215.0832.3439.41
Hex445F85311D030d72027
Octal10413720561350603274047
Binary100010010111111000010111000111101011000011010111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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