#446489

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

Shades of Wedgewood #446489

Tints of Wedgewood #446489

Color information

#446489 (or 0x446489) is unknown color: approx Wedgewood. HEX triplet: 44, 64 and 89. RGB value is (68,100,137). Sum of RGB (Red+Green+Blue) = 68+100+137=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #446489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446489 is #BB9B76. Grayscale: #5E5E5E. Windows color (decimal): -12295031 or 9004100. OLE color: 9004100.

HSL color Cylindrical-coordinate representation of color #446489: hue angle of 212.17º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #446489 is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB68100137-
CMYK0.500.2700.46
HSL212.17º33.66%40.2%-
HSV(B)212.17º50.36%53.73%-
XYZ11.4612.1525.41-
YUV94.65151.9108.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.30%
GREEN value IS 100 (39.45% from 255) = 32.79%
BLUE value IS 137 (53.91% from 255) = 44.92%
R=22.30%
G=32.79%
B=44.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal681001370.500.2700.46212.1733.6640.2
Hex446489321B02Ed42228
Octal10414421162330563244250
Binary100010011001001000100111001011011010111011010100100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446489; }

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

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

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

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

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

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

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

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