#406A92

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

Shades of Wedgewood #406A92

Tints of Wedgewood #406A92

Color information

#406A92 (or 0x406A92) is unknown color: approx Wedgewood. HEX triplet: 40, 6A and 92. RGB value is (64,106,146). Sum of RGB (Red+Green+Blue) = 64+106+146=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #406A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406A92 is #BF956D. Grayscale: #616161. Windows color (decimal): -12555630 or 9595456. OLE color: 9595456.

HSL color Cylindrical-coordinate representation of color #406A92: hue angle of 209.27º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #406A92 is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB64106146-
CMYK0.560.2700.43
HSL209.27º39.05%41.18%-
HSV(B)209.27º56.16%57.25%-
XYZ12.4613.4729.14-
YUV98155.09103.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.25%
GREEN value IS 106 (41.80% from 255) = 33.54%
BLUE value IS 146 (57.42% from 255) = 46.20%
R=20.25%
G=33.54%
B=46.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal641061460.560.2700.43209.2739.0541.18
Hex406A92381B02Bd12729
Octal10015222270330533214751
Binary100000011010101001001011100011011010101111010001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406A92; }

 p { color: rgb(64,106,146); }

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

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

 a { background-color: rgb(64,106,146); }

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

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

 span { border-color: rgb(64,106,146); }

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