#426D8F

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

Shades of Wedgewood #426D8F

Tints of Wedgewood #426D8F

Color information

#426D8F (or 0x426D8F) is unknown color: approx Wedgewood. HEX triplet: 42, 6D and 8F. RGB value is (66,109,143). Sum of RGB (Red+Green+Blue) = 66+109+143=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 143 - color contains mainly: blue. Hex color #426D8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426D8F is #BD9270. Grayscale: #636363. Windows color (decimal): -12423793 or 9399618. OLE color: 9399618.

HSL color Cylindrical-coordinate representation of color #426D8F: hue angle of 206.49º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #426D8F is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB66109143-
CMYK0.540.2400.44
HSL206.49º36.84%40.98%-
HSV(B)206.49º53.85%56.08%-
XYZ12.6714.0828.04-
YUV100.02152.25103.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.75%
GREEN value IS 109 (42.97% from 255) = 34.28%
BLUE value IS 143 (56.25% from 255) = 44.97%
R=20.75%
G=34.28%
B=44.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661091430.540.2400.44206.4936.8440.98
Hex426D8F361802Cce2529
Octal10215521766300543164551
Binary100001011011011000111111011011000010110011001110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426D8F; }

 p { color: rgb(66,109,143); }

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

<style>
 a { background-color: #426D8F; }

 a { background-color: rgb(66,109,143); }

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

<style>
 span { border-color: #426D8F; }

 span { border-color: rgb(66,109,143); }

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