Html Css Color HEX #406D95 Wedgewood

📋 copy color: '#406D95'

red 64 ◦ green 109 ◦ blue 149

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

Shades of Wedgewood #406D95

Tints of Wedgewood #406D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 46.27%

R = 19.88%
G = 33.85%
B = 46.27%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#406D95 (or 0x406D95) is known color: Wedgewood. HEX triplet: 40, 6D and 95. RGB value is (64,109,149). Sum of RGB (Red+Green+Blue) = 64+109+149=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #406D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406D95 is #BF926A. Grayscale: #636363. Windows color (decimal): -12554859 or 9792832. OLE color: 9792832.

HSL color Cylindrical-coordinate representation of color #406D95: hue angle of 208.24º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #406D95 is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 109 149 -
CMYK 0.57 0.27 0 0.42
HSL 208.24º 0.4% 0.42% -
HSV(B) 208.24º 0.57% 0.58% -
XYZ 13.01 14.2 30.49 -
YUV 100.11 155.59 102.25 -
System Red Green Blue C M Y K H S L
Decimal 64 109 149 0.57 0.27 0 0.42 208.24 0.4 0.42
Hex 40 6D 95 39 1B 0 2A D0 28 2A
Octal 100 155 225 71 33 0 52 320 50 52
Binary 1000000 1101101 10010101 111001 11011 0 101010 11010000 101000 101010

Color Harmonies of #406D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406D95

Black with #406D95

Text Example


Text Example

White with #406D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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