#446F92

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

Shades of Wedgewood #446F92

Tints of Wedgewood #446F92

Color information

#446F92 (or 0x446F92) is unknown color: approx Wedgewood. HEX triplet: 44, 6F and 92. RGB value is (68,111,146). Sum of RGB (Red+Green+Blue) = 68+111+146=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #446F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446F92 is #BB906D. Grayscale: #656565. Windows color (decimal): -12292206 or 9596740. OLE color: 9596740.

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

Color convert

RGB68111146-
CMYK0.530.2400.43
HSL206.92º36.45%41.96%-
HSV(B)206.92º53.42%57.25%-
XYZ13.2614.6729.33-
YUV102.13152.75103.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.92%
GREEN value IS 111 (43.75% from 255) = 34.15%
BLUE value IS 146 (57.42% from 255) = 44.92%
R=20.92%
G=34.15%
B=44.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681111460.530.2400.43206.9236.4541.96
Hex446F92351802Bcf242a
Octal10415722265300533174452
Binary100010011011111001001011010111000010101111001111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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