#446994

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

Shades of Wedgewood #446994

Tints of Wedgewood #446994

Color information

#446994 (or 0x446994) is unknown color: approx Wedgewood. HEX triplet: 44, 69 and 94. RGB value is (68,105,148). Sum of RGB (Red+Green+Blue) = 68+105+148=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 148 - color contains mainly: blue. Hex color #446994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446994 is #BB966B. Grayscale: #626262. Windows color (decimal): -12293740 or 9726276. OLE color: 9726276.

HSL color Cylindrical-coordinate representation of color #446994: hue angle of 212.25º 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 #446994 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB68105148-
CMYK0.540.2900.42
HSL212.25º37.04%42.35%-
HSV(B)212.25º54.05%58.04%-
XYZ12.7813.4729.94-
YUV98.84155.74106-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.18%
GREEN value IS 105 (41.41% from 255) = 32.71%
BLUE value IS 148 (58.20% from 255) = 46.11%
R=21.18%
G=32.71%
B=46.11%

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
Decimal681051480.540.2900.42212.2537.0442.35
Hex446994361D02Ad4252a
Octal10415122466350523244552
Binary100010011010011001010011011011101010101011010100100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446994; }

 p { color: rgb(68,105,148); }

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

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

 a { background-color: rgb(68,105,148); }

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

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

 span { border-color: rgb(68,105,148); }

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