#446083

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

Shades of Wedgewood #446083

Tints of Wedgewood #446083

Color information

#446083 (or 0x446083) is unknown color: approx Wedgewood. HEX triplet: 44, 60 and 83. RGB value is (68,96,131). Sum of RGB (Red+Green+Blue) = 68+96+131=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 131 (51.56% from 255 or 44.41% from 295); Max value from RGB is 131 - color contains mainly: blue. Hex color #446083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446083 is #BB9F7C. Grayscale: #5B5B5B. Windows color (decimal): -12296061 or 8609860. OLE color: 8609860.

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

Color convert

RGB6896131-
CMYK0.480.2700.49
HSL213.33º31.66%39.02%-
HSV(B)213.33º48.09%51.37%-
XYZ10.6611.2323.08-
YUV91.62150.22111.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.05%
GREEN value IS 96 (37.89% from 255) = 32.54%
BLUE value IS 131 (51.56% from 255) = 44.41%
R=23.05%
G=32.54%
B=44.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68961310.480.2700.49213.3331.6639.02
Hex446083301B031d52027
Octal10414020360330613254047
Binary100010011000001000001111000011011011000111010101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446083; }

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

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

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

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

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

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

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

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