#436486

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

Shades of Wedgewood #436486

Tints of Wedgewood #436486

Color information

#436486 (or 0x436486) is unknown color: approx Wedgewood. HEX triplet: 43, 64 and 86. RGB value is (67,100,134). Sum of RGB (Red+Green+Blue) = 67+100+134=301 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.26% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 134 (52.73% from 255 or 44.52% from 301); Max value from RGB is 134 - color contains mainly: blue. Hex color #436486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436486 is #BC9B79. Grayscale: #5D5D5D. Windows color (decimal): -12360570 or 8807491. OLE color: 8807491.

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

Color convert

RGB67100134-
CMYK0.50.2500.47
HSL210.45º33.33%39.41%-
HSV(B)210.45º50%52.55%-
XYZ11.1712.0324.29-
YUV94.01150.57108.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.26%
GREEN value IS 100 (39.45% from 255) = 33.22%
BLUE value IS 134 (52.73% from 255) = 44.52%
R=22.26%
G=33.22%
B=44.52%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal671001340.50.2500.47210.4533.3339.41
Hex436486321902Fd22127
Octal10314420662310573224147
Binary100001111001001000011011001011001010111111010010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #436486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #436486; }

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

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

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

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

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

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

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

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