#426A93

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

Shades of Wedgewood #426A93

Tints of Wedgewood #426A93

Color information

#426A93 (or 0x426A93) is unknown color: approx Wedgewood. HEX triplet: 42, 6A and 93. RGB value is (66,106,147). Sum of RGB (Red+Green+Blue) = 66+106+147=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #426A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426A93 is #BD956C. Grayscale: #626262. Windows color (decimal): -12424557 or 9660994. OLE color: 9660994.

HSL color Cylindrical-coordinate representation of color #426A93: hue angle of 210.37º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #426A93 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB66106147-
CMYK0.550.2800.42
HSL210.37º38.03%41.76%-
HSV(B)210.37º55.1%57.65%-
XYZ12.6713.5729.56-
YUV98.71155.25104.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.69%
GREEN value IS 106 (41.80% from 255) = 33.23%
BLUE value IS 147 (57.81% from 255) = 46.08%
R=20.69%
G=33.23%
B=46.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661061470.550.2800.42210.3738.0341.76
Hex426A93371C02Ad2262a
Octal10215222367340523224652
Binary100001011010101001001111011111100010101011010010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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