#446987

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

Shades of Wedgewood #446987

Tints of Wedgewood #446987

Color information

#446987 (or 0x446987) is unknown color: approx Wedgewood. HEX triplet: 44, 69 and 87. RGB value is (68,105,135). Sum of RGB (Red+Green+Blue) = 68+105+135=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 135 - color contains mainly: blue. Hex color #446987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446987 is #BB9678. Grayscale: #616161. Windows color (decimal): -12293753 or 8874308. OLE color: 8874308.

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

Color convert

RGB68105135-
CMYK0.500.2200.47
HSL206.87º33%39.8%-
HSV(B)206.87º49.63%52.94%-
XYZ11.8113.0824.82-
YUV97.36149.24107.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.08%
GREEN value IS 105 (41.41% from 255) = 34.09%
BLUE value IS 135 (53.12% from 255) = 43.83%
R=22.08%
G=34.09%
B=43.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681051350.500.2200.47206.873339.8
Hex446987321602Fcf2128
Octal10415120762260573174150
Binary100010011010011000011111001010110010111111001111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446987; }

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

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

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

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

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

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

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

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