#426086

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

Shades of Wedgewood #426086

Tints of Wedgewood #426086

Color information

#426086 (or 0x426086) is unknown color: approx Wedgewood. HEX triplet: 42, 60 and 86. RGB value is (66,96,134). Sum of RGB (Red+Green+Blue) = 66+96+134=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 134 (52.73% from 255 or 45.27% from 296); Max value from RGB is 134 - color contains mainly: blue. Hex color #426086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426086 is #BD9F79. Grayscale: #5B5B5B. Windows color (decimal): -12427130 or 8806466. OLE color: 8806466.

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

Color convert

RGB6696134-
CMYK0.510.2800.47
HSL213.53º34%39.22%-
HSV(B)213.53º50.75%52.55%-
XYZ10.7311.2524.16-
YUV91.36152.06109.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.30%
GREEN value IS 96 (37.89% from 255) = 32.43%
BLUE value IS 134 (52.73% from 255) = 45.27%
R=22.30%
G=32.43%
B=45.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66961340.510.2800.47213.533439.22
Hex426086331C02Fd62227
Octal10214020663340573264247
Binary100001011000001000011011001111100010111111010110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426086; }

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

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

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

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

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

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

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

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