#446682

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

Shades of Wedgewood #446682

Tints of Wedgewood #446682

Color information

#446682 (or 0x446682) is unknown color: approx Wedgewood. HEX triplet: 44, 66 and 82. RGB value is (68,102,130). Sum of RGB (Red+Green+Blue) = 68+102+130=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #446682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446682 is #BB997D. Grayscale: #5E5E5E. Windows color (decimal): -12294526 or 8545860. OLE color: 8545860.

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

Color convert

RGB68102130-
CMYK0.480.2200.49
HSL207.1º31.31%38.82%-
HSV(B)207.1º47.69%50.98%-
XYZ11.1612.3422.91-
YUV95.03147.74108.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.67%
GREEN value IS 102 (40.23% from 255) = 34%
BLUE value IS 130 (51.17% from 255) = 43.33%
R=22.67%
G=34%
B=43.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681021300.480.2200.49207.131.3138.82
Hex4466823016031cf1f27
Octal10414620260260613173747
Binary10001001100110100000101100001011001100011100111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446682; }

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

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

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

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

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

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

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

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