#446893

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

Shades of Wedgewood #446893

Tints of Wedgewood #446893

Color information

#446893 (or 0x446893) is unknown color: approx Wedgewood. HEX triplet: 44, 68 and 93. RGB value is (68,104,147). Sum of RGB (Red+Green+Blue) = 68+104+147=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #446893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446893 is #BB976C. Grayscale: #616161. Windows color (decimal): -12293997 or 9660484. OLE color: 9660484.

HSL color Cylindrical-coordinate representation of color #446893: hue angle of 212.66º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #446893 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB68104147-
CMYK0.540.2900.42
HSL212.66º36.74%42.16%-
HSV(B)212.66º53.74%57.65%-
XYZ12.613.2429.49-
YUV98.14155.57106.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.32%
GREEN value IS 104 (41.02% from 255) = 32.60%
BLUE value IS 147 (57.81% from 255) = 46.08%
R=21.32%
G=32.60%
B=46.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681041470.540.2900.42212.6636.7442.16
Hex446893361D02Ad5252a
Octal10415022366350523254552
Binary100010011010001001001111011011101010101011010101100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446893; }

 p { color: rgb(68,104,147); }

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

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

 a { background-color: rgb(68,104,147); }

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

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

 span { border-color: rgb(68,104,147); }

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