#426B90

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

Shades of Wedgewood #426B90

Tints of Wedgewood #426B90

Color information

#426B90 (or 0x426B90) is unknown color: approx Wedgewood. HEX triplet: 42, 6B and 90. RGB value is (66,107,144). Sum of RGB (Red+Green+Blue) = 66+107+144=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #426B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426B90 is #BD946F. Grayscale: #626262. Windows color (decimal): -12424304 or 9464642. OLE color: 9464642.

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

Color convert

RGB66107144-
CMYK0.540.2600.44
HSL208.46º37.14%41.18%-
HSV(B)208.46º54.17%56.47%-
XYZ12.5413.6928.37-
YUV98.96153.42104.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.82%
GREEN value IS 107 (42.19% from 255) = 33.75%
BLUE value IS 144 (56.64% from 255) = 45.43%
R=20.82%
G=33.75%
B=45.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661071440.540.2600.44208.4637.1441.18
Hex426B90361A02Cd02529
Octal10215322066320543204551
Binary100001011010111001000011011011010010110011010000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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