#446789

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

Shades of Wedgewood #446789

Tints of Wedgewood #446789

Color information

#446789 (or 0x446789) is unknown color: approx Wedgewood. HEX triplet: 44, 67 and 89. RGB value is (68,103,137). Sum of RGB (Red+Green+Blue) = 68+103+137=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 137 - color contains mainly: blue. Hex color #446789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446789 is #BB9876. Grayscale: #606060. Windows color (decimal): -12294263 or 9004868. OLE color: 9004868.

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

Color convert

RGB68103137-
CMYK0.500.2500.46
HSL209.57º33.66%40.2%-
HSV(B)209.57º50.36%53.73%-
XYZ11.7512.7425.51-
YUV96.41150.9107.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.08%
GREEN value IS 103 (40.62% from 255) = 33.44%
BLUE value IS 137 (53.91% from 255) = 44.48%
R=22.08%
G=33.44%
B=44.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal681031370.500.2500.46209.5733.6640.2
Hex446789321902Ed22228
Octal10414721162310563224250
Binary100010011001111000100111001011001010111011010010100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446789; }

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

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

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

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

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

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

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

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