#446185

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

Shades of Wedgewood #446185

Tints of Wedgewood #446185

Color information

#446185 (or 0x446185) is unknown color: approx Wedgewood. HEX triplet: 44, 61 and 85. RGB value is (68,97,133). Sum of RGB (Red+Green+Blue) = 68+97+133=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 133 - color contains mainly: blue. Hex color #446185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446185 is #BB9E7A. Grayscale: #5C5C5C. Windows color (decimal): -12295803 or 8741188. OLE color: 8741188.

HSL color Cylindrical-coordinate representation of color #446185: hue angle of 213.23º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #446185 is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6897133-
CMYK0.490.2700.48
HSL213.23º32.34%39.41%-
HSV(B)213.23º48.87%52.16%-
XYZ10.8911.4723.83-
YUV92.43150.89110.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.82%
GREEN value IS 97 (38.28% from 255) = 32.55%
BLUE value IS 133 (52.34% from 255) = 44.63%
R=22.82%
G=32.55%
B=44.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68971330.490.2700.48213.2332.3439.41
Hex446185311B030d52027
Octal10414120561330603254047
Binary100010011000011000010111000111011011000011010101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446185; }

 p { color: rgb(68,97,133); }

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

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

 a { background-color: rgb(68,97,133); }

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

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

 span { border-color: rgb(68,97,133); }

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