#436E95

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

Shades of Wedgewood #436E95

Tints of Wedgewood #436E95

Color information

#436E95 (or 0x436E95) is unknown color: approx Wedgewood. HEX triplet: 43, 6E and 95. RGB value is (67,110,149). Sum of RGB (Red+Green+Blue) = 67+110+149=326 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.55% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: blue. Hex color #436E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436E95 is #BC916A. Grayscale: #656565. Windows color (decimal): -12357995 or 9793091. OLE color: 9793091.

HSL color Cylindrical-coordinate representation of color #436E95: hue angle of 208.54º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #436E95 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB67110149-
CMYK0.550.2600.42
HSL208.54º37.96%42.35%-
HSV(B)208.54º55.03%58.43%-
XYZ13.3214.5230.53-
YUV101.59154.75103.33-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.55%
GREEN value IS 110 (43.36% from 255) = 33.74%
BLUE value IS 149 (58.59% from 255) = 45.71%
R=20.55%
G=33.74%
B=45.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal671101490.550.2600.42208.5437.9642.35
Hex436E95371A02Ad1262a
Octal10315622567320523214652
Binary100001111011101001010111011111010010101011010001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #436E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,110,149); }

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

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

 a { background-color: rgb(67,110,149); }

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

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

 span { border-color: rgb(67,110,149); }

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