#446384

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

Shades of Wedgewood #446384

Tints of Wedgewood #446384

Color information

#446384 (or 0x446384) is unknown color: approx Wedgewood. HEX triplet: 44, 63 and 84. RGB value is (68,99,132). Sum of RGB (Red+Green+Blue) = 68+99+132=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #446384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446384 is #BB9C7B. Grayscale: #5D5D5D. Windows color (decimal): -12295292 or 8676164. OLE color: 8676164.

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

Color convert

RGB6899132-
CMYK0.480.2500.48
HSL210.94º32%39.22%-
HSV(B)210.94º48.48%51.76%-
XYZ11.0111.8223.53-
YUV93.49149.73109.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.74%
GREEN value IS 99 (39.06% from 255) = 33.11%
BLUE value IS 132 (51.95% from 255) = 44.15%
R=22.74%
G=33.11%
B=44.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68991320.480.2500.48210.943239.22
Hex4463843019030d32027
Octal10414320460310603234047
Binary100010011000111000010011000011001011000011010011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446384; }

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

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

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

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

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

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

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

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