#426D91

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

Shades of Wedgewood #426D91

Tints of Wedgewood #426D91

Color information

#426D91 (or 0x426D91) is unknown color: approx Wedgewood. HEX triplet: 42, 6D and 91. RGB value is (66,109,145). Sum of RGB (Red+Green+Blue) = 66+109+145=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 145 - color contains mainly: blue. Hex color #426D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426D91 is #BD926E. Grayscale: #646464. Windows color (decimal): -12423791 or 9530690. OLE color: 9530690.

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

Color convert

RGB66109145-
CMYK0.540.2500.43
HSL207.34º37.44%41.37%-
HSV(B)207.34º54.48%56.86%-
XYZ12.8314.1428.84-
YUV100.25153.25103.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.62%
GREEN value IS 109 (42.97% from 255) = 34.06%
BLUE value IS 145 (57.03% from 255) = 45.31%
R=20.62%
G=34.06%
B=45.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661091450.540.2500.43207.3437.4441.37
Hex426D91361902Bcf2529
Octal10215522166310533174551
Binary100001011011011001000111011011001010101111001111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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