#426A90

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

Shades of Wedgewood #426A90

Tints of Wedgewood #426A90

Color information

#426A90 (or 0x426A90) is unknown color: approx Wedgewood. HEX triplet: 42, 6A and 90. RGB value is (66,106,144). Sum of RGB (Red+Green+Blue) = 66+106+144=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #426A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426A90 is #BD956F. Grayscale: #626262. Windows color (decimal): -12424560 or 9464386. OLE color: 9464386.

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

Color convert

RGB66106144-
CMYK0.540.2600.44
HSL209.23º37.14%41.18%-
HSV(B)209.23º54.17%56.47%-
XYZ12.4313.4828.33-
YUV98.37153.75104.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.89%
GREEN value IS 106 (41.80% from 255) = 33.54%
BLUE value IS 144 (56.64% from 255) = 45.57%
R=20.89%
G=33.54%
B=45.57%

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
Decimal661061440.540.2600.44209.2337.1441.18
Hex426A90361A02Cd12529
Octal10215222066320543214551
Binary100001011010101001000011011011010010110011010001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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