Html Css Color HEX #406282 Matisse

📋 copy color: '#406282'

red 64 ◦ green 98 ◦ blue 130

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

Shades of Matisse #406282

Tints of Matisse #406282

RGB

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

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

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

R = 21.92%
G = 33.56%
B = 44.52%

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

#406282 (or 0x406282) is known color: Matisse. HEX triplet: 40, 62 and 82. RGB value is (64,98,130). Sum of RGB (Red+Green+Blue) = 64+98+130=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: blue. Hex color #406282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406282 is #BF9D7D. Grayscale: #5B5B5B. Windows color (decimal): -12557694 or 8544832. OLE color: 8544832.

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

Color convert

RGB 64 98 130 -
CMYK 0.51 0.25 0 0.49
HSL 209.09º 0.34% 0.38% -
HSV(B) 209.09º 0.51% 0.51% -
XYZ 10.51 11.44 22.77 -
YUV 91.48 149.74 108.4 -
System Red Green Blue C M Y K H S L
Decimal 64 98 130 0.51 0.25 0 0.49 209.09 0.34 0.38
Hex 40 62 82 33 19 0 31 D1 22 26
Octal 100 142 202 63 31 0 61 321 42 46
Binary 1000000 1100010 10000010 110011 11001 0 110001 11010001 100010 100110

Color Harmonies of #406282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406282

Black with #406282

Text Example


Text Example

White with #406282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406282; }

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

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

background-color css

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

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

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

border-color css

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

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

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