#426C90

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

Shades of Wedgewood #426C90

Tints of Wedgewood #426C90

Color information

#426C90 (or 0x426C90) is unknown color: approx Wedgewood. HEX triplet: 42, 6C and 90. RGB value is (66,108,144). Sum of RGB (Red+Green+Blue) = 66+108+144=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #426C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426C90 is #BD936F. Grayscale: #636363. Windows color (decimal): -12424048 or 9464898. OLE color: 9464898.

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

Color convert

RGB66108144-
CMYK0.540.2500.44
HSL207.69º37.14%41.18%-
HSV(B)207.69º54.17%56.47%-
XYZ12.6413.928.4-
YUV99.55153.09104.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.75%
GREEN value IS 108 (42.58% from 255) = 33.96%
BLUE value IS 144 (56.64% from 255) = 45.28%
R=20.75%
G=33.96%
B=45.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661081440.540.2500.44207.6937.1441.18
Hex426C90361902Cd02529
Octal10215422066310543204551
Binary100001011011001001000011011011001010110011010000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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