Html Css Color HEX #406D92 Wedgewood

📋 copy color: '#406D92'

red 64 ◦ green 109 ◦ blue 146

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

Shades of Wedgewood #406D92

Tints of Wedgewood #406D92

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.17%

 BLUE value IS 146 (57.42% from 255) = 45.77%

R = 20.06%
G = 34.17%
B = 45.77%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#406D92 (or 0x406D92) is known color: Wedgewood. HEX triplet: 40, 6D and 92. RGB value is (64,109,146). Sum of RGB (Red+Green+Blue) = 64+109+146=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #406D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406D92 is #BF926D. Grayscale: #636363. Windows color (decimal): -12554862 or 9596224. OLE color: 9596224.

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

Color convert

RGB 64 109 146 -
CMYK 0.56 0.25 0 0.43
HSL 207.07º 0.39% 0.41% -
HSV(B) 207.07º 0.56% 0.57% -
XYZ 12.77 14.1 29.24 -
YUV 99.76 154.09 102.49 -
System Red Green Blue C M Y K H S L
Decimal 64 109 146 0.56 0.25 0 0.43 207.07 0.39 0.41
Hex 40 6D 92 38 19 0 2B CF 27 29
Octal 100 155 222 70 31 0 53 317 47 51
Binary 1000000 1101101 10010010 111000 11001 0 101011 11001111 100111 101001

Color Harmonies of #406D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406D92

Black with #406D92

Text Example


Text Example

White with #406D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,109,146); }

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

background-color css

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

 a { background-color: rgb(64,109,146); }

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

border-color css

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

 span { border-color: rgb(64,109,146); }

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