#446280

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

Shades of Wedgewood #446280

Tints of Wedgewood #446280

Color information

#446280 (or 0x446280) is unknown color: approx Wedgewood. HEX triplet: 44, 62 and 80. RGB value is (68,98,128). Sum of RGB (Red+Green+Blue) = 68+98+128=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 128 - color contains mainly: blue. Hex color #446280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446280 is #BB9D7F. Grayscale: #5C5C5C. Windows color (decimal): -12295552 or 8413764. OLE color: 8413764.

HSL color Cylindrical-coordinate representation of color #446280: hue angle of 210º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #446280 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6898128-
CMYK0.470.2300.50
HSL210º30.61%38.43%-
HSV(B)210º46.88%50.2%-
XYZ10.6511.5222.09-
YUV92.45148.06110.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.13%
GREEN value IS 98 (38.67% from 255) = 33.33%
BLUE value IS 128 (50.39% from 255) = 43.54%
R=23.13%
G=33.33%
B=43.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68981280.470.2300.5021030.6138.43
Hex4462802F17032d21f26
Octal10414220057270623223746
Binary10001001100010100000001011111011101100101101001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446280; }

 p { color: rgb(68,98,128); }

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

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

 a { background-color: rgb(68,98,128); }

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

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

 span { border-color: rgb(68,98,128); }

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