#406C94

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

Shades of Wedgewood #406C94

Tints of Wedgewood #406C94

Color information

#406C94 (or 0x406C94) is unknown color: approx Wedgewood. HEX triplet: 40, 6C and 94. RGB value is (64,108,148). Sum of RGB (Red+Green+Blue) = 64+108+148=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 148 - color contains mainly: blue. Hex color #406C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406C94 is #BF936B. Grayscale: #636363. Windows color (decimal): -12555116 or 9727040. OLE color: 9727040.

HSL color Cylindrical-coordinate representation of color #406C94: hue angle of 208.57º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #406C94 is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB64108148-
CMYK0.570.2700.42
HSL208.57º39.62%41.57%-
HSV(B)208.57º56.76%58.04%-
XYZ12.8213.9530.03-
YUV99.4155.42102.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20%
GREEN value IS 108 (42.58% from 255) = 33.75%
BLUE value IS 148 (58.20% from 255) = 46.25%
R=20%
G=33.75%
B=46.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641081480.570.2700.42208.5739.6241.57
Hex406C94391B02Ad1282a
Octal10015422471330523215052
Binary100000011011001001010011100111011010101011010001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,108,148); }

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

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

 a { background-color: rgb(64,108,148); }

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

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

 span { border-color: rgb(64,108,148); }

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