#446289

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

Shades of Wedgewood #446289

Tints of Wedgewood #446289

Color information

#446289 (or 0x446289) is unknown color: approx Wedgewood. HEX triplet: 44, 62 and 89. RGB value is (68,98,137). Sum of RGB (Red+Green+Blue) = 68+98+137=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #446289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446289 is #BB9D76. Grayscale: #5D5D5D. Windows color (decimal): -12295543 or 9003588. OLE color: 9003588.

HSL color Cylindrical-coordinate representation of color #446289: hue angle of 213.91º 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 #446289 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6898137-
CMYK0.500.2800.46
HSL213.91º33.66%40.2%-
HSV(B)213.91º50.36%53.73%-
XYZ11.2711.7725.35-
YUV93.48152.56109.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.44%
GREEN value IS 98 (38.67% from 255) = 32.34%
BLUE value IS 137 (53.91% from 255) = 45.21%
R=22.44%
G=32.34%
B=45.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68981370.500.2800.46213.9133.6640.2
Hex446289321C02Ed62228
Octal10414221162340563264250
Binary100010011000101000100111001011100010111011010110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446289; }

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

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

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

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

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

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

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

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