#445F87

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

Shades of Wedgewood #445F87

Tints of Wedgewood #445F87

Color information

#445F87 (or 0x445F87) is unknown color: approx Wedgewood. HEX triplet: 44, 5F and 87. RGB value is (68,95,135). Sum of RGB (Red+Green+Blue) = 68+95+135=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 135 - color contains mainly: blue. Hex color #445F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445F87 is #BBA078. Grayscale: #5B5B5B. Windows color (decimal): -12296313 or 8871748. OLE color: 8871748.

HSL color Cylindrical-coordinate representation of color #445F87: hue angle of 215.82º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #445F87 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6895135-
CMYK0.500.3000.47
HSL215.82º33%39.8%-
HSV(B)215.82º49.63%52.94%-
XYZ10.8511.1624.5-
YUV91.49152.55111.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.82%
GREEN value IS 95 (37.5% from 255) = 31.88%
BLUE value IS 135 (53.12% from 255) = 45.30%
R=22.82%
G=31.88%
B=45.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68951350.500.3000.47215.823339.8
Hex445F87321E02Fd82128
Octal10413720762360573304150
Binary100010010111111000011111001011110010111111011000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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