#426790

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

Shades of Wedgewood #426790

Tints of Wedgewood #426790

Color information

#426790 (or 0x426790) is unknown color: approx Wedgewood. HEX triplet: 42, 67 and 90. RGB value is (66,103,144). Sum of RGB (Red+Green+Blue) = 66+103+144=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #426790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426790 is #BD986F. Grayscale: #606060. Windows color (decimal): -12425328 or 9463618. OLE color: 9463618.

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

Color convert

RGB66103144-
CMYK0.540.2800.44
HSL211.54º37.14%41.18%-
HSV(B)211.54º54.17%56.47%-
XYZ12.1312.8728.23-
YUV96.61154.74106.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.09%
GREEN value IS 103 (40.62% from 255) = 32.91%
BLUE value IS 144 (56.64% from 255) = 46.01%
R=21.09%
G=32.91%
B=46.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661031440.540.2800.44211.5437.1441.18
Hex426790361C02Cd42529
Octal10214722066340543244551
Binary100001011001111001000011011011100010110011010100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426790; }

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

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

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

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

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

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

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

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