#446082

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

Shades of Wedgewood #446082

Tints of Wedgewood #446082

Color information

#446082 (or 0x446082) is unknown color: approx Wedgewood. HEX triplet: 44, 60 and 82. RGB value is (68,96,130). Sum of RGB (Red+Green+Blue) = 68+96+130=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 130 - color contains mainly: blue. Hex color #446082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446082 is #BB9F7D. Grayscale: #5B5B5B. Windows color (decimal): -12296062 or 8544324. OLE color: 8544324.

HSL color Cylindrical-coordinate representation of color #446082: hue angle of 212.9º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #446082 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6896130-
CMYK0.480.2600.49
HSL212.9º31.31%38.82%-
HSV(B)212.9º47.69%50.98%-
XYZ10.611.2122.72-
YUV91.5149.72111.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.13%
GREEN value IS 96 (37.89% from 255) = 32.65%
BLUE value IS 130 (51.17% from 255) = 44.22%
R=23.13%
G=32.65%
B=44.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68961300.480.2600.49212.931.3138.82
Hex446082301A031d51f27
Octal10414020260320613253747
Binary10001001100000100000101100001101001100011101010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446082; }

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

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

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

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

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

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

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

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