#446984

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

Shades of Wedgewood #446984

Tints of Wedgewood #446984

Color information

#446984 (or 0x446984) is unknown color: approx Wedgewood. HEX triplet: 44, 69 and 84. RGB value is (68,105,132). Sum of RGB (Red+Green+Blue) = 68+105+132=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #446984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446984 is #BB967B. Grayscale: #606060. Windows color (decimal): -12293756 or 8677700. OLE color: 8677700.

HSL color Cylindrical-coordinate representation of color #446984: hue angle of 205.31º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #446984 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB68105132-
CMYK0.480.2000.48
HSL205.31º32%39.22%-
HSV(B)205.31º48.48%51.76%-
XYZ11.61323.73-
YUV97.02147.74107.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.30%
GREEN value IS 105 (41.41% from 255) = 34.43%
BLUE value IS 132 (51.95% from 255) = 43.28%
R=22.30%
G=34.43%
B=43.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal681051320.480.2000.48205.313239.22
Hex4469843014030cd2027
Octal10415120460240603154047
Binary100010011010011000010011000010100011000011001101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446984; }

 p { color: rgb(68,105,132); }

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

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

 a { background-color: rgb(68,105,132); }

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

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

 span { border-color: rgb(68,105,132); }

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