Html Css Color HEX #406890 Wedgewood

📋 copy color: '#406890'

red 64 ◦ green 104 ◦ blue 144

#406890
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wedgewood #406890

Tints of Wedgewood #406890

RGB

 RED value IS 64 (25.39% from 255) = 20.51%

 GREEN value IS 104 (41.02% from 255) = 33.33%

 BLUE value IS 144 (56.64% from 255) = 46.15%

R = 20.51%
G = 33.33%
B = 46.15%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#406890 (or 0x406890) is known color: Wedgewood. HEX triplet: 40, 68 and 90. RGB value is (64,104,144). Sum of RGB (Red+Green+Blue) = 64+104+144=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #406890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406890 is #BF976F. Grayscale: #606060. Windows color (decimal): -12556144 or 9463872. OLE color: 9463872.

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

Color convert

RGB 64 104 144 -
CMYK 0.56 0.28 0 0.44
HSL 210º 0.38% 0.41% -
HSV(B) 210º 0.56% 0.56% -
XYZ 12.1 13 28.26 -
YUV 96.6 154.75 104.75 -
System Red Green Blue C M Y K H S L
Decimal 64 104 144 0.56 0.28 0 0.44 210 0.38 0.41
Hex 40 68 90 38 1C 0 2C D2 26 29
Octal 100 150 220 70 34 0 54 322 46 51
Binary 1000000 1101000 10010000 111000 11100 0 101100 11010010 100110 101001

Color Harmonies of #406890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406890

Black with #406890

Text Example


Text Example

White with #406890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406890; }

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

 H1.HeaderClassName
 {
   color: #406890;
 }
 .AnyTagClassName
 {
   color: #406890;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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