#446281

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

Shades of Wedgewood #446281

Tints of Wedgewood #446281

Color information

#446281 (or 0x446281) is unknown color: approx Wedgewood. HEX triplet: 44, 62 and 81. RGB value is (68,98,129). Sum of RGB (Red+Green+Blue) = 68+98+129=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 129 - color contains mainly: blue. Hex color #446281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446281 is #BB9D7E. Grayscale: #5C5C5C. Windows color (decimal): -12295551 or 8479300. OLE color: 8479300.

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

Color convert

RGB6898129-
CMYK0.470.2400.49
HSL210.49º30.96%38.63%-
HSV(B)210.49º47.29%50.59%-
XYZ10.7111.5522.43-
YUV92.56148.56110.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.05%
GREEN value IS 98 (38.67% from 255) = 33.22%
BLUE value IS 129 (50.78% from 255) = 43.73%
R=23.05%
G=33.22%
B=43.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68981290.470.2400.49210.4930.9638.63
Hex4462812F18031d21f27
Octal10414220157300613223747
Binary10001001100010100000011011111100001100011101001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446281; }

 p { color: rgb(68,98,129); }

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

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

 a { background-color: rgb(68,98,129); }

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

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

 span { border-color: rgb(68,98,129); }

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