#43668D

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

Shades of Wedgewood #43668D

Tints of Wedgewood #43668D

Color information

#43668D (or 0x43668D) is unknown color: approx Wedgewood. HEX triplet: 43, 66 and 8D. RGB value is (67,102,141). Sum of RGB (Red+Green+Blue) = 67+102+141=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #43668D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43668D is #BC9972. Grayscale: #5F5F5F. Windows color (decimal): -12360051 or 9266755. OLE color: 9266755.

HSL color Cylindrical-coordinate representation of color #43668D: hue angle of 211.62º degrees, saturation: 0.36, 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 #43668D is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB67102141-
CMYK0.520.2800.45
HSL211.62º35.58%40.78%-
HSV(B)211.62º52.48%55.29%-
XYZ11.8712.6227.01-
YUV95.98153.4107.33-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.61%
GREEN value IS 102 (40.23% from 255) = 32.90%
BLUE value IS 141 (55.47% from 255) = 45.48%
R=21.61%
G=32.90%
B=45.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal671021410.520.2800.45211.6235.5840.78
Hex43668D341C02Dd42429
Octal10314621564340553244451
Binary100001111001101000110111010011100010110111010100100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43668D; }

 p { color: rgb(67,102,141); }

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

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

 a { background-color: rgb(67,102,141); }

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

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

 span { border-color: rgb(67,102,141); }

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