#426D93

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

Shades of Wedgewood #426D93

Tints of Wedgewood #426D93

Color information

#426D93 (or 0x426D93) is unknown color: approx Wedgewood. HEX triplet: 42, 6D and 93. RGB value is (66,109,147). Sum of RGB (Red+Green+Blue) = 66+109+147=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 147 - color contains mainly: blue. Hex color #426D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426D93 is #BD926C. Grayscale: #646464. Windows color (decimal): -12423789 or 9661762. OLE color: 9661762.

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

Color convert

RGB66109147-
CMYK0.550.2600.42
HSL208.15º38.03%41.76%-
HSV(B)208.15º55.1%57.65%-
XYZ12.9814.229.66-
YUV100.48154.25103.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.50%
GREEN value IS 109 (42.97% from 255) = 33.85%
BLUE value IS 147 (57.81% from 255) = 45.65%
R=20.50%
G=33.85%
B=45.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661091470.550.2600.42208.1538.0341.76
Hex426D93371A02Ad0262a
Octal10215522367320523204652
Binary100001011011011001001111011111010010101011010000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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