#436086

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

Shades of Wedgewood #436086

Tints of Wedgewood #436086

Color information

#436086 (or 0x436086) is unknown color: approx Wedgewood. HEX triplet: 43, 60 and 86. RGB value is (67,96,134). Sum of RGB (Red+Green+Blue) = 67+96+134=297 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.56% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 134 - color contains mainly: blue. Hex color #436086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436086 is #BC9F79. Grayscale: #5B5B5B. Windows color (decimal): -12361594 or 8806467. OLE color: 8806467.

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

Color convert

RGB6796134-
CMYK0.50.2800.47
HSL214.03º33.33%39.41%-
HSV(B)214.03º50%52.55%-
XYZ10.811.2824.16-
YUV91.66151.89110.41-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.56%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 134 (52.73% from 255) = 45.12%
R=22.56%
G=32.32%
B=45.12%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal67961340.50.2800.47214.0333.3339.41
Hex436086321C02Fd62127
Octal10314020662340573264147
Binary100001111000001000011011001011100010111111010110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #436086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #436086; }

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

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

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

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

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

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

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

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