#426D8E

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

Shades of Wedgewood #426D8E

Tints of Wedgewood #426D8E

Color information

#426D8E (or 0x426D8E) is unknown color: approx Wedgewood. HEX triplet: 42, 6D and 8E. RGB value is (66,109,142). Sum of RGB (Red+Green+Blue) = 66+109+142=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 142 - color contains mainly: blue. Hex color #426D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426D8E is #BD9271. Grayscale: #636363. Windows color (decimal): -12423794 or 9334082. OLE color: 9334082.

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

Color convert

RGB66109142-
CMYK0.540.2300.44
HSL206.05º36.54%40.78%-
HSV(B)206.05º53.52%55.69%-
XYZ12.614.0527.64-
YUV99.9151.75103.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.82%
GREEN value IS 109 (42.97% from 255) = 34.38%
BLUE value IS 142 (55.86% from 255) = 44.79%
R=20.82%
G=34.38%
B=44.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661091420.540.2300.44206.0536.5440.78
Hex426D8E361702Cce2529
Octal10215521666270543164551
Binary100001011011011000111011011010111010110011001110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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