#446380

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

Shades of Wedgewood #446380

Tints of Wedgewood #446380

Color information

#446380 (or 0x446380) is unknown color: approx Wedgewood. HEX triplet: 44, 63 and 80. RGB value is (68,99,128). Sum of RGB (Red+Green+Blue) = 68+99+128=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 128 - color contains mainly: blue. Hex color #446380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446380 is #BB9C7F. Grayscale: #5C5C5C. Windows color (decimal): -12295296 or 8414020. OLE color: 8414020.

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

Color convert

RGB6899128-
CMYK0.470.2300.50
HSL209º30.61%38.43%-
HSV(B)209º46.88%50.2%-
XYZ10.7411.7122.12-
YUV93.04147.73110.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.05%
GREEN value IS 99 (39.06% from 255) = 33.56%
BLUE value IS 128 (50.39% from 255) = 43.39%
R=23.05%
G=33.56%
B=43.39%

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
Decimal68991280.470.2300.5020930.6138.43
Hex4463802F17032d11f26
Octal10414320057270623213746
Binary10001001100011100000001011111011101100101101000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446380; }

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

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

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

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

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

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

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

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