#446B92

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

Shades of Wedgewood #446B92

Tints of Wedgewood #446B92

Color information

#446B92 (or 0x446B92) is unknown color: approx Wedgewood. HEX triplet: 44, 6B and 92. RGB value is (68,107,146). Sum of RGB (Red+Green+Blue) = 68+107+146=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #446B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446B92 is #BB946D. Grayscale: #636363. Windows color (decimal): -12293230 or 9595716. OLE color: 9595716.

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

Color convert

RGB68107146-
CMYK0.530.2700.43
HSL210º36.45%41.96%-
HSV(B)210º53.42%57.25%-
XYZ12.8313.8229.19-
YUV99.78154.08105.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.18%
GREEN value IS 107 (42.19% from 255) = 33.33%
BLUE value IS 146 (57.42% from 255) = 45.48%
R=21.18%
G=33.33%
B=45.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681071460.530.2700.4321036.4541.96
Hex446B92351B02Bd2242a
Octal10415322265330533224452
Binary100010011010111001001011010111011010101111010010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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