#426A87

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

Shades of Wedgewood #426A87

Tints of Wedgewood #426A87

Color information

#426A87 (or 0x426A87) is unknown color: approx Wedgewood. HEX triplet: 42, 6A and 87. RGB value is (66,106,135). Sum of RGB (Red+Green+Blue) = 66+106+135=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 135 (53.12% from 255 or 43.97% from 307); Max value from RGB is 135 - color contains mainly: blue. Hex color #426A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426A87 is #BD9578. Grayscale: #616161. Windows color (decimal): -12424569 or 8874562. OLE color: 8874562.

HSL color Cylindrical-coordinate representation of color #426A87: hue angle of 205.22º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #426A87 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB66106135-
CMYK0.510.2100.47
HSL205.22º34.33%39.41%-
HSV(B)205.22º51.11%52.94%-
XYZ11.7713.2224.85-
YUV97.35149.25105.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.50%
GREEN value IS 106 (41.80% from 255) = 34.53%
BLUE value IS 135 (53.12% from 255) = 43.97%
R=21.50%
G=34.53%
B=43.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal661061350.510.2100.47205.2234.3339.41
Hex426A87331502Fcd2227
Octal10215220763250573154247
Binary100001011010101000011111001110101010111111001101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,106,135); }

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

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

 a { background-color: rgb(66,106,135); }

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

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

 span { border-color: rgb(66,106,135); }

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