#426E92

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

Shades of Wedgewood #426E92

Tints of Wedgewood #426E92

Color information

#426E92 (or 0x426E92) is unknown color: approx Wedgewood. HEX triplet: 42, 6E and 92. RGB value is (66,110,146). Sum of RGB (Red+Green+Blue) = 66+110+146=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #426E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426E92 is #BD916D. Grayscale: #646464. Windows color (decimal): -12423534 or 9596482. OLE color: 9596482.

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

Color convert

RGB66110146-
CMYK0.550.2500.43
HSL207º37.74%41.57%-
HSV(B)207º54.79%57.25%-
XYZ13.0114.3929.29-
YUV100.95153.42103.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.50%
GREEN value IS 110 (43.36% from 255) = 34.16%
BLUE value IS 146 (57.42% from 255) = 45.34%
R=20.50%
G=34.16%
B=45.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal661101460.550.2500.4320737.7441.57
Hex426E92371902Bcf262a
Octal10215622267310533174652
Binary100001011011101001001011011111001010101111001111100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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