#426E95

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

Shades of Wedgewood #426E95

Tints of Wedgewood #426E95

Color information

#426E95 (or 0x426E95) is unknown color: approx Wedgewood. HEX triplet: 42, 6E and 95. RGB value is (66,110,149). Sum of RGB (Red+Green+Blue) = 66+110+149=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #426E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426E95 is #BD916A. Grayscale: #656565. Windows color (decimal): -12423531 or 9793090. OLE color: 9793090.

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

Color convert

RGB66110149-
CMYK0.560.2600.42
HSL208.19º38.6%42.16%-
HSV(B)208.19º55.7%58.43%-
XYZ13.2514.4830.53-
YUV101.29154.92102.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.31%
GREEN value IS 110 (43.36% from 255) = 33.85%
BLUE value IS 149 (58.59% from 255) = 45.85%
R=20.31%
G=33.85%
B=45.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661101490.560.2600.42208.1938.642.16
Hex426E95381A02Ad0272a
Octal10215622570320523204752
Binary100001011011101001010111100011010010101011010000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,110,149); }

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

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

 a { background-color: rgb(66,110,149); }

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

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

 span { border-color: rgb(66,110,149); }

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