#406792

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

Shades of Wedgewood #406792

Tints of Wedgewood #406792

Color information

#406792 (or 0x406792) is unknown color: approx Wedgewood. HEX triplet: 40, 67 and 92. RGB value is (64,103,146). Sum of RGB (Red+Green+Blue) = 64+103+146=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #406792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406792 is #BF986D. Grayscale: #606060. Windows color (decimal): -12556398 or 9594688. OLE color: 9594688.

HSL color Cylindrical-coordinate representation of color #406792: hue angle of 211.46º 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 #406792 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB64103146-
CMYK0.560.2900.43
HSL211.46º39.05%41.18%-
HSV(B)211.46º56.16%57.25%-
XYZ12.1512.8729.04-
YUV96.24156.08105-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.45%
GREEN value IS 103 (40.62% from 255) = 32.91%
BLUE value IS 146 (57.42% from 255) = 46.65%
R=20.45%
G=32.91%
B=46.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal641031460.560.2900.43211.4639.0541.18
Hex406792381D02Bd32729
Octal10014722270350533234751
Binary100000011001111001001011100011101010101111010011100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406792; }

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

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

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

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

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

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

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

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