#446683

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

Shades of Wedgewood #446683

Tints of Wedgewood #446683

Color information

#446683 (or 0x446683) is unknown color: approx Wedgewood. HEX triplet: 44, 66 and 83. RGB value is (68,102,131). Sum of RGB (Red+Green+Blue) = 68+102+131=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 131 - color contains mainly: blue. Hex color #446683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446683 is #BB997C. Grayscale: #5E5E5E. Windows color (decimal): -12294525 or 8611396. OLE color: 8611396.

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

Color convert

RGB68102131-
CMYK0.480.2200.49
HSL207.62º31.66%39.02%-
HSV(B)207.62º48.09%51.37%-
XYZ11.2312.3723.27-
YUV95.14148.24108.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.59%
GREEN value IS 102 (40.23% from 255) = 33.89%
BLUE value IS 131 (51.56% from 255) = 43.52%
R=22.59%
G=33.89%
B=43.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681021310.480.2200.49207.6231.6639.02
Hex4466833016031d02027
Octal10414620360260613204047
Binary100010011001101000001111000010110011000111010000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446683; }

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

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

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

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

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

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

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

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