#446983

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

Shades of Wedgewood #446983

Tints of Wedgewood #446983

Color information

#446983 (or 0x446983) is unknown color: approx Wedgewood. HEX triplet: 44, 69 and 83. RGB value is (68,105,131). Sum of RGB (Red+Green+Blue) = 68+105+131=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 131 - color contains mainly: blue. Hex color #446983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446983 is #BB967C. Grayscale: #606060. Windows color (decimal): -12293757 or 8612164. OLE color: 8612164.

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

Color convert

RGB68105131-
CMYK0.480.2000.49
HSL204.76º31.66%39.02%-
HSV(B)204.76º48.09%51.37%-
XYZ11.5312.9723.37-
YUV96.9147.24107.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.37%
GREEN value IS 105 (41.41% from 255) = 34.54%
BLUE value IS 131 (51.56% from 255) = 43.09%
R=22.37%
G=34.54%
B=43.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681051310.480.2000.49204.7631.6639.02
Hex4469833014031cd2027
Octal10415120360240613154047
Binary100010011010011000001111000010100011000111001101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446983; }

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

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

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

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

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

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

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

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