#43678E

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

Shades of Wedgewood #43678E

Tints of Wedgewood #43678E

Color information

#43678E (or 0x43678E) is unknown color: approx Wedgewood. HEX triplet: 43, 67 and 8E. RGB value is (67,103,142). Sum of RGB (Red+Green+Blue) = 67+103+142=312 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.47% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 142 - color contains mainly: blue. Hex color #43678E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43678E is #BC9871. Grayscale: #606060. Windows color (decimal): -12359794 or 9332547. OLE color: 9332547.

HSL color Cylindrical-coordinate representation of color #43678E: hue angle of 211.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #43678E is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB67103142-
CMYK0.530.2700.44
HSL211.2º35.89%40.98%-
HSV(B)211.2º52.82%55.69%-
XYZ12.0512.8527.44-
YUV96.68153.57106.83-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.47%
GREEN value IS 103 (40.62% from 255) = 33.01%
BLUE value IS 142 (55.86% from 255) = 45.51%
R=21.47%
G=33.01%
B=45.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal671031420.530.2700.44211.235.8940.98
Hex43678E351B02Cd32429
Octal10314721665330543234451
Binary100001111001111000111011010111011010110011010011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43678E; }

 p { color: rgb(67,103,142); }

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

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

 a { background-color: rgb(67,103,142); }

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

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

 span { border-color: rgb(67,103,142); }

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