#436A85

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

Shades of Wedgewood #436A85

Tints of Wedgewood #436A85

Color information

#436A85 (or 0x436A85) is unknown color: approx Wedgewood. HEX triplet: 43, 6A and 85. RGB value is (67,106,133). Sum of RGB (Red+Green+Blue) = 67+106+133=306 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.90% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 133 - color contains mainly: blue. Hex color #436A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436A85 is #BC957A. Grayscale: #616161. Windows color (decimal): -12359035 or 8743491. OLE color: 8743491.

HSL color Cylindrical-coordinate representation of color #436A85: hue angle of 204.55º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #436A85 is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB67106133-
CMYK0.500.2000.48
HSL204.55º33%39.22%-
HSV(B)204.55º49.62%52.16%-
XYZ11.713.1924.12-
YUV97.42148.08106.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.90%
GREEN value IS 106 (41.80% from 255) = 34.64%
BLUE value IS 133 (52.34% from 255) = 43.46%
R=21.90%
G=34.64%
B=43.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal671061330.500.2000.48204.553339.22
Hex436A853214030cd2127
Octal10315220562240603154147
Binary100001111010101000010111001010100011000011001101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #436A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #436A85; }

 p { color: rgb(67,106,133); }

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

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

 a { background-color: rgb(67,106,133); }

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

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

 span { border-color: rgb(67,106,133); }

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