Html Css Color HEX #406490 Wedgewood

📋 copy color: '#406490'

red 64 ◦ green 100 ◦ blue 144

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

Shades of Wedgewood #406490

Tints of Wedgewood #406490

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.47%

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

R = 20.78%
G = 32.47%
B = 46.75%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#406490 (or 0x406490) is known color: Wedgewood. HEX triplet: 40, 64 and 90. RGB value is (64,100,144). Sum of RGB (Red+Green+Blue) = 64+100+144=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #406490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406490 is #BF9B6F. Grayscale: #5E5E5E. Windows color (decimal): -12557168 or 9462848. OLE color: 9462848.

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

Color convert

RGB 64 100 144 -
CMYK 0.56 0.31 0 0.44
HSL 213º 0.38% 0.41% -
HSV(B) 213º 0.56% 0.56% -
XYZ 11.71 12.22 28.13 -
YUV 94.25 156.07 106.42 -
System Red Green Blue C M Y K H S L
Decimal 64 100 144 0.56 0.31 0 0.44 213 0.38 0.41
Hex 40 64 90 38 1F 0 2C D5 26 29
Octal 100 144 220 70 37 0 54 325 46 51
Binary 1000000 1100100 10010000 111000 11111 0 101100 11010101 100110 101001

Color Harmonies of #406490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406490

Black with #406490

Text Example


Text Example

White with #406490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406490; }

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

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

background-color css

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

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

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

border-color css

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

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

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