Html Css Color HEX #406185 Matisse

📋 copy color: '#406185'

red 64 ◦ green 97 ◦ blue 133

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

Shades of Matisse #406185

Tints of Matisse #406185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.99%

 BLUE value IS 133 (52.34% from 255) = 45.24%

R = 21.77%
G = 32.99%
B = 45.24%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#406185 (or 0x406185) is known color: Matisse. HEX triplet: 40, 61 and 85. RGB value is (64,97,133). Sum of RGB (Red+Green+Blue) = 64+97+133=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #406185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406185 is #BF9E7A. Grayscale: #5B5B5B. Windows color (decimal): -12557947 or 8741184. OLE color: 8741184.

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

Color convert

RGB 64 97 133 -
CMYK 0.52 0.27 0 0.48
HSL 211.3º 0.35% 0.39% -
HSV(B) 211.3º 0.52% 0.52% -
XYZ 10.62 11.33 23.82 -
YUV 91.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 64 97 133 0.52 0.27 0 0.48 211.3 0.35 0.39
Hex 40 61 85 34 1B 0 30 D3 23 27
Octal 100 141 205 64 33 0 60 323 43 47
Binary 1000000 1100001 10000101 110100 11011 0 110000 11010011 100011 100111

Color Harmonies of #406185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406185

Black with #406185

Text Example


Text Example

White with #406185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406185; }

 p { color: rgb(64,97,133); }

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

background-color css

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

 a { background-color: rgb(64,97,133); }

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

border-color css

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

 span { border-color: rgb(64,97,133); }

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