#406C90

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

Shades of Wedgewood #406C90

Tints of Wedgewood #406C90

Color information

#406C90 (or 0x406C90) is unknown color: approx Wedgewood. HEX triplet: 40, 6C and 90. RGB value is (64,108,144). Sum of RGB (Red+Green+Blue) = 64+108+144=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #406C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406C90 is #BF936F. Grayscale: #626262. Windows color (decimal): -12555120 or 9464896. OLE color: 9464896.

HSL color Cylindrical-coordinate representation of color #406C90: hue angle of 207º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #406C90 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB64108144-
CMYK0.560.2500.44
HSL207º38.46%40.78%-
HSV(B)207º55.56%56.47%-
XYZ12.5113.8328.4-
YUV98.95153.42103.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.25%
GREEN value IS 108 (42.58% from 255) = 34.18%
BLUE value IS 144 (56.64% from 255) = 45.57%
R=20.25%
G=34.18%
B=45.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal641081440.560.2500.4420738.4640.78
Hex406C90381902Ccf2629
Octal10015422070310543174651
Binary100000011011001001000011100011001010110011001111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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