#43668C

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

Shades of Wedgewood #43668C

Tints of Wedgewood #43668C

Color information

#43668C (or 0x43668C) is unknown color: approx Wedgewood. HEX triplet: 43, 66 and 8C. RGB value is (67,102,140). Sum of RGB (Red+Green+Blue) = 67+102+140=309 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.68% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 140 - color contains mainly: blue. Hex color #43668C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43668C is #BC9973. Grayscale: #5F5F5F. Windows color (decimal): -12360052 or 9201219. OLE color: 9201219.

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

Color convert

RGB67102140-
CMYK0.520.2700.45
HSL211.23º35.27%40.59%-
HSV(B)211.23º52.14%54.9%-
XYZ11.812.5926.62-
YUV95.87152.9107.41-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.68%
GREEN value IS 102 (40.23% from 255) = 33.01%
BLUE value IS 140 (55.08% from 255) = 45.31%
R=21.68%
G=33.01%
B=45.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal671021400.520.2700.45211.2335.2740.59
Hex43668C341B02Dd32329
Octal10314621464330553234351
Binary100001111001101000110011010011011010110111010011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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