#446681

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

Shades of Wedgewood #446681

Tints of Wedgewood #446681

Color information

#446681 (or 0x446681) is unknown color: approx Wedgewood. HEX triplet: 44, 66 and 81. RGB value is (68,102,129). Sum of RGB (Red+Green+Blue) = 68+102+129=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 129 - color contains mainly: blue. Hex color #446681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446681 is #BB997E. Grayscale: #5E5E5E. Windows color (decimal): -12294527 or 8480324. OLE color: 8480324.

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

Color convert

RGB68102129-
CMYK0.470.2100.49
HSL206.56º30.96%38.63%-
HSV(B)206.56º47.29%50.59%-
XYZ11.112.3222.56-
YUV94.91147.24108.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.74%
GREEN value IS 102 (40.23% from 255) = 34.11%
BLUE value IS 129 (50.78% from 255) = 43.14%
R=22.74%
G=34.11%
B=43.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681021290.470.2100.49206.5630.9638.63
Hex4466812F15031cf1f27
Octal10414620157250613173747
Binary10001001100110100000011011111010101100011100111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446681; }

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

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

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

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

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

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

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

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