#43648B

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

Shades of Wedgewood #43648B

Tints of Wedgewood #43648B

Color information

#43648B (or 0x43648B) is unknown color: approx Wedgewood. HEX triplet: 43, 64 and 8B. RGB value is (67,100,139). Sum of RGB (Red+Green+Blue) = 67+100+139=306 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.90% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #43648B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43648B is #BC9B74. Grayscale: #5E5E5E. Windows color (decimal): -12360565 or 9135171. OLE color: 9135171.

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

Color convert

RGB67100139-
CMYK0.520.2800.45
HSL212.5º34.95%40.39%-
HSV(B)212.5º51.8%54.51%-
XYZ11.5312.1726.17-
YUV94.58153.07108.33-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.90%
GREEN value IS 100 (39.45% from 255) = 32.68%
BLUE value IS 139 (54.69% from 255) = 45.42%
R=21.90%
G=32.68%
B=45.42%

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
Decimal671001390.520.2800.45212.534.9540.39
Hex43648B341C02Dd42328
Octal10314421364340553244350
Binary100001111001001000101111010011100010110111010100100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43648B; }

 p { color: rgb(67,100,139); }

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

<style>
 a { background-color: #43648B; }

 a { background-color: rgb(67,100,139); }

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

<style>
 span { border-color: #43648B; }

 span { border-color: rgb(67,100,139); }

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