#426A86

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

Shades of Wedgewood #426A86

Tints of Wedgewood #426A86

Color information

#426A86 (or 0x426A86) is unknown color: approx Wedgewood. HEX triplet: 42, 6A and 86. RGB value is (66,106,134). Sum of RGB (Red+Green+Blue) = 66+106+134=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 134 (52.73% from 255 or 43.79% from 306); Max value from RGB is 134 - color contains mainly: blue. Hex color #426A86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426A86 is #BD9579. Grayscale: #616161. Windows color (decimal): -12424570 or 8809026. OLE color: 8809026.

HSL color Cylindrical-coordinate representation of color #426A86: hue angle of 204.71º 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 #426A86 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB66106134-
CMYK0.510.2100.47
HSL204.71º34%39.22%-
HSV(B)204.71º50.75%52.55%-
XYZ11.713.1924.48-
YUV97.23148.75105.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.57%
GREEN value IS 106 (41.80% from 255) = 34.64%
BLUE value IS 134 (52.73% from 255) = 43.79%
R=21.57%
G=34.64%
B=43.79%

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
Decimal661061340.510.2100.47204.713439.22
Hex426A86331502Fcd2227
Octal10215220663250573154247
Binary100001011010101000011011001110101010111111001101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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