#436686

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

Shades of Wedgewood #436686

Tints of Wedgewood #436686

Color information

#436686 (or 0x436686) is unknown color: approx Wedgewood. HEX triplet: 43, 66 and 86. RGB value is (67,102,134). Sum of RGB (Red+Green+Blue) = 67+102+134=303 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.11% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 134 - color contains mainly: blue. Hex color #436686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436686 is #BC9979. Grayscale: #5F5F5F. Windows color (decimal): -12360058 or 8808003. OLE color: 8808003.

HSL color Cylindrical-coordinate representation of color #436686: hue angle of 208.66º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #436686 is Cyan = 0.5, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB67102134-
CMYK0.50.2400.47
HSL208.66º33.33%39.41%-
HSV(B)208.66º50%52.55%-
XYZ11.3712.4224.35-
YUV95.18149.9107.9-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.11%
GREEN value IS 102 (40.23% from 255) = 33.66%
BLUE value IS 134 (52.73% from 255) = 44.22%
R=22.11%
G=33.66%
B=44.22%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal671021340.50.2400.47208.6633.3339.41
Hex436686321802Fd12127
Octal10314620662300573214147
Binary100001111001101000011011001011000010111111010001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #436686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #436686; }

 p { color: rgb(67,102,134); }

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

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

 a { background-color: rgb(67,102,134); }

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

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

 span { border-color: rgb(67,102,134); }

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