#446784

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

Shades of Wedgewood #446784

Tints of Wedgewood #446784

Color information

#446784 (or 0x446784) is unknown color: approx Wedgewood. HEX triplet: 44, 67 and 84. RGB value is (68,103,132). Sum of RGB (Red+Green+Blue) = 68+103+132=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 132 - color contains mainly: blue. Hex color #446784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446784 is #BB987B. Grayscale: #5F5F5F. Windows color (decimal): -12294268 or 8677188. OLE color: 8677188.

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

Color convert

RGB68103132-
CMYK0.480.2200.48
HSL207.19º32%39.22%-
HSV(B)207.19º48.48%51.76%-
XYZ11.412.623.66-
YUV95.84148.4108.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.44%
GREEN value IS 103 (40.62% from 255) = 33.99%
BLUE value IS 132 (51.95% from 255) = 43.56%
R=22.44%
G=33.99%
B=43.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal681031320.480.2200.48207.193239.22
Hex4467843016030cf2027
Octal10414720460260603174047
Binary100010011001111000010011000010110011000011001111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446784; }

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

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

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

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

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

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

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

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