#426791

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

Shades of Wedgewood #426791

Tints of Wedgewood #426791

Color information

#426791 (or 0x426791) is unknown color: approx Wedgewood. HEX triplet: 42, 67 and 91. RGB value is (66,103,145). Sum of RGB (Red+Green+Blue) = 66+103+145=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #426791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426791 is #BD986E. Grayscale: #606060. Windows color (decimal): -12425327 or 9529154. OLE color: 9529154.

HSL color Cylindrical-coordinate representation of color #426791: hue angle of 211.9º 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 #426791 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB66103145-
CMYK0.540.2900.43
HSL211.9º37.44%41.37%-
HSV(B)211.9º54.48%56.86%-
XYZ12.2112.928.64-
YUV96.72155.24106.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.02%
GREEN value IS 103 (40.62% from 255) = 32.80%
BLUE value IS 145 (57.03% from 255) = 46.18%
R=21.02%
G=32.80%
B=46.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661031450.540.2900.43211.937.4441.37
Hex426791361D02Bd42529
Octal10214722166350533244551
Binary100001011001111001000111011011101010101111010100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426791; }

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

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

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

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

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

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

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

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