#43647F

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

Shades of Wedgewood #43647F

Tints of Wedgewood #43647F

Color information

#43647F (or 0x43647F) is unknown color: approx Wedgewood. HEX triplet: 43, 64 and 7F. RGB value is (67,100,127). Sum of RGB (Red+Green+Blue) = 67+100+127=294 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.79% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 127 - color contains mainly: blue. Hex color #43647F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43647F is #BC9B80. Grayscale: #5D5D5D. Windows color (decimal): -12360577 or 8348739. OLE color: 8348739.

HSL color Cylindrical-coordinate representation of color #43647F: hue angle of 207º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #43647F is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB67100127-
CMYK0.470.2100.50
HSL207º30.93%38.04%-
HSV(B)207º47.24%49.8%-
XYZ10.711.8421.8-
YUV93.21147.07109.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.79%
GREEN value IS 100 (39.45% from 255) = 34.01%
BLUE value IS 127 (50% from 255) = 43.20%
R=22.79%
G=34.01%
B=43.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal671001270.470.2100.5020730.9338.04
Hex43647F2F15032cf1f26
Octal10314417757250623173746
Binary1000011110010011111111011111010101100101100111111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43647F; }

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

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

<style>
 a { background-color: #43647F; }

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

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

<style>
 span { border-color: #43647F; }

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

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