#446085

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

Shades of Wedgewood #446085

Tints of Wedgewood #446085

Color information

#446085 (or 0x446085) is unknown color: approx Wedgewood. HEX triplet: 44, 60 and 85. RGB value is (68,96,133). Sum of RGB (Red+Green+Blue) = 68+96+133=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 133 - color contains mainly: blue. Hex color #446085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446085 is #BB9F7A. Grayscale: #5B5B5B. Windows color (decimal): -12296059 or 8740932. OLE color: 8740932.

HSL color Cylindrical-coordinate representation of color #446085: hue angle of 214.15º 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 #446085 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6896133-
CMYK0.490.2800.48
HSL214.15º32.34%39.41%-
HSV(B)214.15º48.87%52.16%-
XYZ10.811.2923.8-
YUV91.85151.22110.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.90%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 133 (52.34% from 255) = 44.78%
R=22.90%
G=32.32%
B=44.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68961330.490.2800.48214.1532.3439.41
Hex446085311C030d62027
Octal10414020561340603264047
Binary100010011000001000010111000111100011000011010110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446085; }

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

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

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

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

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

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

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

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