Html Css Color HEX #406286 Matisse

📋 copy color: '#406286'

red 64 ◦ green 98 ◦ blue 134

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

Shades of Matisse #406286

Tints of Matisse #406286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.11%

 BLUE value IS 134 (52.73% from 255) = 45.27%

R = 21.62%
G = 33.11%
B = 45.27%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#406286 (or 0x406286) is known color: Matisse. HEX triplet: 40, 62 and 86. RGB value is (64,98,134). Sum of RGB (Red+Green+Blue) = 64+98+134=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 134 (52.73% from 255 or 45.27% from 296); Max value from RGB is 134 - color contains mainly: blue. Hex color #406286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406286 is #BF9D79. Grayscale: #5B5B5B. Windows color (decimal): -12557690 or 8806976. OLE color: 8806976.

HSL color Cylindrical-coordinate representation of color #406286: hue angle of 210.86º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #406286 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 98 134 -
CMYK 0.52 0.27 0 0.47
HSL 210.86º 0.35% 0.39% -
HSV(B) 210.86º 0.52% 0.53% -
XYZ 10.79 11.55 24.21 -
YUV 91.94 151.74 108.07 -
System Red Green Blue C M Y K H S L
Decimal 64 98 134 0.52 0.27 0 0.47 210.86 0.35 0.39
Hex 40 62 86 34 1B 0 2F D3 23 27
Octal 100 142 206 64 33 0 57 323 43 47
Binary 1000000 1100010 10000110 110100 11011 0 101111 11010011 100011 100111

Color Harmonies of #406286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406286

Black with #406286

Text Example


Text Example

White with #406286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406286; }

 p { color: rgb(64,98,134); }

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

background-color css

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

 a { background-color: rgb(64,98,134); }

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

border-color css

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

 span { border-color: rgb(64,98,134); }

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