#446381

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

Shades of Wedgewood #446381

Tints of Wedgewood #446381

Color information

#446381 (or 0x446381) is unknown color: approx Wedgewood. HEX triplet: 44, 63 and 81. RGB value is (68,99,129). Sum of RGB (Red+Green+Blue) = 68+99+129=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 129 - color contains mainly: blue. Hex color #446381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446381 is #BB9C7E. Grayscale: #5D5D5D. Windows color (decimal): -12295295 or 8479556. OLE color: 8479556.

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

Color convert

RGB6899129-
CMYK0.470.2300.49
HSL209.51º30.96%38.63%-
HSV(B)209.51º47.29%50.59%-
XYZ10.8111.7422.46-
YUV93.15148.23110.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.97%
GREEN value IS 99 (39.06% from 255) = 33.45%
BLUE value IS 129 (50.78% from 255) = 43.58%
R=22.97%
G=33.45%
B=43.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68991290.470.2300.49209.5130.9638.63
Hex4463812F17031d21f27
Octal10414320157270613223747
Binary10001001100011100000011011111011101100011101001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446381; }

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

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

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

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

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

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

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

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