#426993

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

Shades of Wedgewood #426993

Tints of Wedgewood #426993

Color information

#426993 (or 0x426993) is unknown color: approx Wedgewood. HEX triplet: 42, 69 and 93. RGB value is (66,105,147). Sum of RGB (Red+Green+Blue) = 66+105+147=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 147 - color contains mainly: blue. Hex color #426993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426993 is #BD966C. Grayscale: #616161. Windows color (decimal): -12424813 or 9660738. OLE color: 9660738.

HSL color Cylindrical-coordinate representation of color #426993: hue angle of 211.11º 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 #426993 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB66105147-
CMYK0.550.2900.42
HSL211.11º38.03%41.76%-
HSV(B)211.11º55.1%57.65%-
XYZ12.5613.3729.52-
YUV98.13155.58105.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.75%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 147 (57.81% from 255) = 46.23%
R=20.75%
G=33.02%
B=46.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661051470.550.2900.42211.1138.0341.76
Hex426993371D02Ad3262a
Octal10215122367350523234652
Binary100001011010011001001111011111101010101011010011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426993; }

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

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

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

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

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

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

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

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