#446892

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

Shades of Wedgewood #446892

Tints of Wedgewood #446892

Color information

#446892 (or 0x446892) is unknown color: approx Wedgewood. HEX triplet: 44, 68 and 92. RGB value is (68,104,146). Sum of RGB (Red+Green+Blue) = 68+104+146=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #446892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446892 is #BB976D. Grayscale: #616161. Windows color (decimal): -12293998 or 9594948. OLE color: 9594948.

HSL color Cylindrical-coordinate representation of color #446892: hue angle of 212.31º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #446892 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB68104146-
CMYK0.530.2900.43
HSL212.31º36.45%41.96%-
HSV(B)212.31º53.42%57.25%-
XYZ12.5213.229.08-
YUV98.02155.07106.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.38%
GREEN value IS 104 (41.02% from 255) = 32.70%
BLUE value IS 146 (57.42% from 255) = 45.91%
R=21.38%
G=32.70%
B=45.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681041460.530.2900.43212.3136.4541.96
Hex446892351D02Bd4242a
Octal10415022265350533244452
Binary100010011010001001001011010111101010101111010100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446892; }

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

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

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

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

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

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

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

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