#426891

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

Shades of Wedgewood #426891

Tints of Wedgewood #426891

Color information

#426891 (or 0x426891) is unknown color: approx Wedgewood. HEX triplet: 42, 68 and 91. RGB value is (66,104,145). Sum of RGB (Red+Green+Blue) = 66+104+145=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #426891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426891 is #BD976E. Grayscale: #616161. Windows color (decimal): -12425071 or 9529410. OLE color: 9529410.

HSL color Cylindrical-coordinate representation of color #426891: hue angle of 211.14º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #426891 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB66104145-
CMYK0.540.2800.43
HSL211.14º37.44%41.37%-
HSV(B)211.14º54.48%56.86%-
XYZ12.3113.128.67-
YUV97.31154.91105.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.95%
GREEN value IS 104 (41.02% from 255) = 33.02%
BLUE value IS 145 (57.03% from 255) = 46.03%
R=20.95%
G=33.02%
B=46.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661041450.540.2800.43211.1437.4441.37
Hex426891361C02Bd32529
Octal10215022166340533234551
Binary100001011010001001000111011011100010101111010011100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426891; }

 p { color: rgb(66,104,145); }

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

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

 a { background-color: rgb(66,104,145); }

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

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

 span { border-color: rgb(66,104,145); }

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