#426D90

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

Shades of Wedgewood #426D90

Tints of Wedgewood #426D90

Color information

#426D90 (or 0x426D90) is unknown color: approx Wedgewood. HEX triplet: 42, 6D and 90. RGB value is (66,109,144). Sum of RGB (Red+Green+Blue) = 66+109+144=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #426D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426D90 is #BD926F. Grayscale: #636363. Windows color (decimal): -12423792 or 9465154. OLE color: 9465154.

HSL color Cylindrical-coordinate representation of color #426D90: hue angle of 206.92º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #426D90 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB66109144-
CMYK0.540.2400.44
HSL206.92º37.14%41.18%-
HSV(B)206.92º54.17%56.47%-
XYZ12.7514.1128.44-
YUV100.13152.75103.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.69%
GREEN value IS 109 (42.97% from 255) = 34.17%
BLUE value IS 144 (56.64% from 255) = 45.14%
R=20.69%
G=34.17%
B=45.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661091440.540.2400.44206.9237.1441.18
Hex426D90361802Ccf2529
Octal10215522066300543174551
Binary100001011011011001000011011011000010110011001111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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