#446782

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

Shades of Wedgewood #446782

Tints of Wedgewood #446782

Color information

#446782 (or 0x446782) is unknown color: approx Wedgewood. HEX triplet: 44, 67 and 82. RGB value is (68,103,130). Sum of RGB (Red+Green+Blue) = 68+103+130=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 130 - color contains mainly: blue. Hex color #446782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446782 is #BB987D. Grayscale: #5F5F5F. Windows color (decimal): -12294270 or 8546116. OLE color: 8546116.

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

Color convert

RGB68103130-
CMYK0.480.2100.49
HSL206.13º31.31%38.82%-
HSV(B)206.13º47.69%50.98%-
XYZ11.2612.5422.95-
YUV95.61147.4108.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.59%
GREEN value IS 103 (40.62% from 255) = 34.22%
BLUE value IS 130 (51.17% from 255) = 43.19%
R=22.59%
G=34.22%
B=43.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal681031300.480.2100.49206.1331.3138.82
Hex4467823015031ce1f27
Octal10414720260250613163747
Binary10001001100111100000101100001010101100011100111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446782; }

 p { color: rgb(68,103,130); }

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

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

 a { background-color: rgb(68,103,130); }

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

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

 span { border-color: rgb(68,103,130); }

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