#426C8E

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

Shades of Wedgewood #426C8E

Tints of Wedgewood #426C8E

Color information

#426C8E (or 0x426C8E) is unknown color: approx Wedgewood. HEX triplet: 42, 6C and 8E. RGB value is (66,108,142). Sum of RGB (Red+Green+Blue) = 66+108+142=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #426C8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426C8E is #BD9371. Grayscale: #636363. Windows color (decimal): -12424050 or 9333826. OLE color: 9333826.

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

Color convert

RGB66108142-
CMYK0.540.2400.44
HSL206.84º36.54%40.78%-
HSV(B)206.84º53.52%55.69%-
XYZ12.4913.8427.6-
YUV99.32152.09104.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.89%
GREEN value IS 108 (42.58% from 255) = 34.18%
BLUE value IS 142 (55.86% from 255) = 44.94%
R=20.89%
G=34.18%
B=44.94%

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
Decimal661081420.540.2400.44206.8436.5440.78
Hex426C8E361802Ccf2529
Octal10215421666300543174551
Binary100001011011001000111011011011000010110011001111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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