#43698C

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

Shades of Wedgewood #43698C

Tints of Wedgewood #43698C

Color information

#43698C (or 0x43698C) is unknown color: approx Wedgewood. HEX triplet: 43, 69 and 8C. RGB value is (67,105,140). Sum of RGB (Red+Green+Blue) = 67+105+140=312 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.47% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #43698C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43698C is #BC9673. Grayscale: #616161. Windows color (decimal): -12359284 or 9201987. OLE color: 9201987.

HSL color Cylindrical-coordinate representation of color #43698C: hue angle of 208.77º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43698C is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB67105140-
CMYK0.520.2500.45
HSL208.77º35.27%40.59%-
HSV(B)208.77º52.14%54.9%-
XYZ12.113.1926.72-
YUV97.63151.91106.15-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.47%
GREEN value IS 105 (41.41% from 255) = 33.65%
BLUE value IS 140 (55.08% from 255) = 44.87%
R=21.47%
G=33.65%
B=44.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal671051400.520.2500.45208.7735.2740.59
Hex43698C341902Dd12329
Octal10315121464310553214351
Binary100001111010011000110011010011001010110111010001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43698C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43698C; }

 p { color: rgb(67,105,140); }

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

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

 a { background-color: rgb(67,105,140); }

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

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

 span { border-color: rgb(67,105,140); }

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