Html Css Color HEX #406284 Matisse

📋 copy color: '#406284'

red 64 ◦ green 98 ◦ blue 132

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

Shades of Matisse #406284

Tints of Matisse #406284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44.9%

R = 21.77%
G = 33.33%
B = 44.9%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#406284 (or 0x406284) is known color: Matisse. HEX triplet: 40, 62 and 84. RGB value is (64,98,132). Sum of RGB (Red+Green+Blue) = 64+98+132=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 132 - color contains mainly: blue. Hex color #406284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406284 is #BF9D7B. Grayscale: #5B5B5B. Windows color (decimal): -12557692 or 8675904. OLE color: 8675904.

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

Color convert

RGB 64 98 132 -
CMYK 0.52 0.26 0 0.48
HSL 210º 0.35% 0.38% -
HSV(B) 210º 0.52% 0.52% -
XYZ 10.65 11.49 23.49 -
YUV 91.71 150.74 108.24 -
System Red Green Blue C M Y K H S L
Decimal 64 98 132 0.52 0.26 0 0.48 210 0.35 0.38
Hex 40 62 84 34 1A 0 30 D2 23 26
Octal 100 142 204 64 32 0 60 322 43 46
Binary 1000000 1100010 10000100 110100 11010 0 110000 11010010 100011 100110

Color Harmonies of #406284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406284

Black with #406284

Text Example


Text Example

White with #406284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406284; }

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

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

background-color css

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

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

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

border-color css

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

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

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