#446086

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

Shades of Wedgewood #446086

Tints of Wedgewood #446086

Color information

#446086 (or 0x446086) is unknown color: approx Wedgewood. HEX triplet: 44, 60 and 86. RGB value is (68,96,134). Sum of RGB (Red+Green+Blue) = 68+96+134=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 134 (52.73% from 255 or 44.97% from 298); Max value from RGB is 134 - color contains mainly: blue. Hex color #446086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446086 is #BB9F79. Grayscale: #5B5B5B. Windows color (decimal): -12296058 or 8806468. OLE color: 8806468.

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

Color convert

RGB6896134-
CMYK0.490.2800.47
HSL214.55º32.67%39.61%-
HSV(B)214.55º49.25%52.55%-
XYZ10.8711.3224.17-
YUV91.96151.72110.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.82%
GREEN value IS 96 (37.89% from 255) = 32.21%
BLUE value IS 134 (52.73% from 255) = 44.97%
R=22.82%
G=32.21%
B=44.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68961340.490.2800.47214.5532.6739.61
Hex446086311C02Fd72128
Octal10414020661340573274150
Binary100010011000001000011011000111100010111111010111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446086; }

 p { color: rgb(68,96,134); }

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

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

 a { background-color: rgb(68,96,134); }

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

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

 span { border-color: rgb(68,96,134); }

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