#436882

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

Shades of Wedgewood #436882

Tints of Wedgewood #436882

Color information

#436882 (or 0x436882) is unknown color: approx Wedgewood. HEX triplet: 43, 68 and 82. RGB value is (67,104,130). Sum of RGB (Red+Green+Blue) = 67+104+130=301 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.26% from 301); Green value is 104 (41.02% from 255 or 34.55% 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 #436882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436882 is #BC977D. Grayscale: #5F5F5F. Windows color (decimal): -12359550 or 8546371. OLE color: 8546371.

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

Color convert

RGB67104130-
CMYK0.480.200.49
HSL204.76º31.98%38.63%-
HSV(B)204.76º48.46%50.98%-
XYZ11.2912.7122.98-
YUV95.9147.24107.39-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.26%
GREEN value IS 104 (41.02% from 255) = 34.55%
BLUE value IS 130 (51.17% from 255) = 43.19%
R=22.26%
G=34.55%
B=43.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal671041300.480.200.49204.7631.9838.63
Hex4368823014031cd2027
Octal10315020260240613154047
Binary100001111010001000001011000010100011000111001101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #436882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #436882; }

 p { color: rgb(67,104,130); }

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

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

 a { background-color: rgb(67,104,130); }

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

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

 span { border-color: rgb(67,104,130); }

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