Html Css Color HEX #406A90 Wedgewood

📋 copy color: '#406A90'

red 64 ◦ green 106 ◦ blue 144

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

Shades of Wedgewood #406A90

Tints of Wedgewood #406A90

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.76%

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

R = 20.38%
G = 33.76%
B = 45.86%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#406A90 (or 0x406A90) is known color: Wedgewood. HEX triplet: 40, 6A and 90. RGB value is (64,106,144). Sum of RGB (Red+Green+Blue) = 64+106+144=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #406A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406A90 is #BF956F. Grayscale: #616161. Windows color (decimal): -12555632 or 9464384. OLE color: 9464384.

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

Color convert

RGB 64 106 144 -
CMYK 0.56 0.26 0 0.44
HSL 208.5º 0.38% 0.41% -
HSV(B) 208.5º 0.56% 0.56% -
XYZ 12.3 13.41 28.33 -
YUV 97.77 154.09 103.91 -
System Red Green Blue C M Y K H S L
Decimal 64 106 144 0.56 0.26 0 0.44 208.5 0.38 0.41
Hex 40 6A 90 38 1A 0 2C D0 26 29
Octal 100 152 220 70 32 0 54 320 46 51
Binary 1000000 1101010 10010000 111000 11010 0 101100 11010000 100110 101001

Color Harmonies of #406A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406A90

Black with #406A90

Text Example


Text Example

White with #406A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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