#426D95

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

Shades of Wedgewood #426D95

Tints of Wedgewood #426D95

Color information

#426D95 (or 0x426D95) is unknown color: approx Wedgewood. HEX triplet: 42, 6D and 95. RGB value is (66,109,149). Sum of RGB (Red+Green+Blue) = 66+109+149=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #426D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426D95 is #BD926A. Grayscale: #646464. Windows color (decimal): -12423787 or 9792834. OLE color: 9792834.

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

Color convert

RGB66109149-
CMYK0.560.2700.42
HSL208.92º38.6%42.16%-
HSV(B)208.92º55.7%58.43%-
XYZ13.1414.2730.49-
YUV100.7155.25103.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.37%
GREEN value IS 109 (42.97% from 255) = 33.64%
BLUE value IS 149 (58.59% from 255) = 45.99%
R=20.37%
G=33.64%
B=45.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal661091490.560.2700.42208.9238.642.16
Hex426D95381B02Ad1272a
Octal10215522570330523214752
Binary100001011011011001010111100011011010101011010001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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