#446483

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

Shades of Wedgewood #446483

Tints of Wedgewood #446483

Color information

#446483 (or 0x446483) is unknown color: approx Wedgewood. HEX triplet: 44, 64 and 83. RGB value is (68,100,131). Sum of RGB (Red+Green+Blue) = 68+100+131=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 131 - color contains mainly: blue. Hex color #446483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446483 is #BB9B7C. Grayscale: #5D5D5D. Windows color (decimal): -12295037 or 8610884. OLE color: 8610884.

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

Color convert

RGB68100131-
CMYK0.480.2400.49
HSL209.52º31.66%39.02%-
HSV(B)209.52º48.09%51.37%-
XYZ11.0411.9823.2-
YUV93.97148.9109.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.74%
GREEN value IS 100 (39.45% from 255) = 33.44%
BLUE value IS 131 (51.56% from 255) = 43.81%
R=22.74%
G=33.44%
B=43.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681001310.480.2400.49209.5231.6639.02
Hex4464833018031d22027
Octal10414420360300613224047
Binary100010011001001000001111000011000011000111010010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446483; }

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

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

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

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

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

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

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

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