Html Css Color HEX #406182 Matisse

📋 copy color: '#406182'

red 64 ◦ green 97 ◦ blue 130

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

Shades of Matisse #406182

Tints of Matisse #406182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 44.67%

R = 21.99%
G = 33.33%
B = 44.67%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#406182 (or 0x406182) is known color: Matisse. HEX triplet: 40, 61 and 82. RGB value is (64,97,130). Sum of RGB (Red+Green+Blue) = 64+97+130=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #406182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406182 is #BF9E7D. Grayscale: #5A5A5A. Windows color (decimal): -12557950 or 8544576. OLE color: 8544576.

HSL color Cylindrical-coordinate representation of color #406182: hue angle of 210º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #406182 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 97 130 -
CMYK 0.51 0.25 0 0.49
HSL 210º 0.34% 0.38% -
HSV(B) 210º 0.51% 0.51% -
XYZ 10.42 11.25 22.74 -
YUV 90.9 150.07 108.82 -
System Red Green Blue C M Y K H S L
Decimal 64 97 130 0.51 0.25 0 0.49 210 0.34 0.38
Hex 40 61 82 33 19 0 31 D2 22 26
Octal 100 141 202 63 31 0 61 322 42 46
Binary 1000000 1100001 10000010 110011 11001 0 110001 11010010 100010 100110

Color Harmonies of #406182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406182

Black with #406182

Text Example


Text Example

White with #406182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406182; }

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

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

background-color css

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

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

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

border-color css

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

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

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