#446C94

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

Shades of Wedgewood #446C94

Tints of Wedgewood #446C94

Color information

#446C94 (or 0x446C94) is unknown color: approx Wedgewood. HEX triplet: 44, 6C and 94. RGB value is (68,108,148). Sum of RGB (Red+Green+Blue) = 68+108+148=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 148 - color contains mainly: blue. Hex color #446C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446C94 is #BB936B. Grayscale: #646464. Windows color (decimal): -12292972 or 9727044. OLE color: 9727044.

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

Color convert

RGB68108148-
CMYK0.540.2700.42
HSL210º37.04%42.35%-
HSV(B)210º54.05%58.04%-
XYZ13.0914.0930.05-
YUV100.6154.75104.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.99%
GREEN value IS 108 (42.58% from 255) = 33.33%
BLUE value IS 148 (58.20% from 255) = 45.68%
R=20.99%
G=33.33%
B=45.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681081480.540.2700.4221037.0442.35
Hex446C94361B02Ad2252a
Octal10415422466330523224552
Binary100010011011001001010011011011011010101011010010100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446C94; }

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

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

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

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

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

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

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

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