#426990

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

Shades of Wedgewood #426990

Tints of Wedgewood #426990

Color information

#426990 (or 0x426990) is unknown color: approx Wedgewood. HEX triplet: 42, 69 and 90. RGB value is (66,105,144). Sum of RGB (Red+Green+Blue) = 66+105+144=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #426990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426990 is #BD966F. Grayscale: #616161. Windows color (decimal): -12424816 or 9464130. OLE color: 9464130.

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

Color convert

RGB66105144-
CMYK0.540.2700.44
HSL210º37.14%41.18%-
HSV(B)210º54.17%56.47%-
XYZ12.3313.2828.3-
YUV97.78154.08105.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.95%
GREEN value IS 105 (41.41% from 255) = 33.33%
BLUE value IS 144 (56.64% from 255) = 45.71%
R=20.95%
G=33.33%
B=45.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661051440.540.2700.4421037.1441.18
Hex426990361B02Cd22529
Octal10215122066330543224551
Binary100001011010011001000011011011011010110011010010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426990; }

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

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

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

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

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

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

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

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