#446581

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

Shades of Wedgewood #446581

Tints of Wedgewood #446581

Color information

#446581 (or 0x446581) is unknown color: approx Wedgewood. HEX triplet: 44, 65 and 81. RGB value is (68,101,129). Sum of RGB (Red+Green+Blue) = 68+101+129=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 129 - color contains mainly: blue. Hex color #446581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446581 is #BB9A7E. Grayscale: #5E5E5E. Windows color (decimal): -12294783 or 8480068. OLE color: 8480068.

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

Color convert

RGB68101129-
CMYK0.470.2200.49
HSL207.54º30.96%38.63%-
HSV(B)207.54º47.29%50.59%-
XYZ1112.1222.53-
YUV94.32147.57109.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.82%
GREEN value IS 101 (39.84% from 255) = 33.89%
BLUE value IS 129 (50.78% from 255) = 43.29%
R=22.82%
G=33.89%
B=43.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681011290.470.2200.49207.5430.9638.63
Hex4465812F16031d01f27
Octal10414520157260613203747
Binary10001001100101100000011011111011001100011101000011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446581; }

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

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

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

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

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

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

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

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