Html Css Color HEX #406582 Matisse

📋 copy color: '#406582'

red 64 ◦ green 101 ◦ blue 130

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

Shades of Matisse #406582

Tints of Matisse #406582

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.24%

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

R = 21.69%
G = 34.24%
B = 44.07%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#406582 (or 0x406582) is known color: Matisse. HEX triplet: 40, 65 and 82. RGB value is (64,101,130). Sum of RGB (Red+Green+Blue) = 64+101+130=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 130 - color contains mainly: blue. Hex color #406582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406582 is #BF9A7D. Grayscale: #5D5D5D. Windows color (decimal): -12556926 or 8545600. OLE color: 8545600.

HSL color Cylindrical-coordinate representation of color #406582: hue angle of 206.36º 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 #406582 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 101 130 -
CMYK 0.51 0.22 0 0.49
HSL 206.36º 0.34% 0.38% -
HSV(B) 206.36º 0.51% 0.51% -
XYZ 10.8 12.01 22.87 -
YUV 93.24 148.74 107.14 -
System Red Green Blue C M Y K H S L
Decimal 64 101 130 0.51 0.22 0 0.49 206.36 0.34 0.38
Hex 40 65 82 33 16 0 31 CE 22 26
Octal 100 145 202 63 26 0 61 316 42 46
Binary 1000000 1100101 10000010 110011 10110 0 110001 11001110 100010 100110

Color Harmonies of #406582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406582

Black with #406582

Text Example


Text Example

White with #406582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406582; }

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

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

background-color css

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

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

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

border-color css

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

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

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