#445F88

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

Shades of Wedgewood #445F88

Tints of Wedgewood #445F88

Color information

#445F88 (or 0x445F88) is unknown color: approx Wedgewood. HEX triplet: 44, 5F and 88. RGB value is (68,95,136). Sum of RGB (Red+Green+Blue) = 68+95+136=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 136 - color contains mainly: blue. Hex color #445F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445F88 is #BBA077. Grayscale: #5B5B5B. Windows color (decimal): -12296312 or 8937284. OLE color: 8937284.

HSL color Cylindrical-coordinate representation of color #445F88: hue angle of 216.18º 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 #445F88 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6895136-
CMYK0.500.3000.47
HSL216.18º33.33%40%-
HSV(B)216.18º50%53.33%-
XYZ10.9211.1924.88-
YUV91.6153.05111.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.74%
GREEN value IS 95 (37.5% from 255) = 31.77%
BLUE value IS 136 (53.52% from 255) = 45.48%
R=22.74%
G=31.77%
B=45.48%

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
Decimal68951360.500.3000.47216.1833.3340
Hex445F88321E02Fd82128
Octal10413721062360573304150
Binary100010010111111000100011001011110010111111011000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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