Html Css Color HEX #406384 Matisse

📋 copy color: '#406384'

red 64 ◦ green 99 ◦ blue 132

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

Shades of Matisse #406384

Tints of Matisse #406384

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.56%

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

R = 21.69%
G = 33.56%
B = 44.75%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#406384 (or 0x406384) is known color: Matisse. HEX triplet: 40, 63 and 84. RGB value is (64,99,132). Sum of RGB (Red+Green+Blue) = 64+99+132=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 132 - color contains mainly: blue. Hex color #406384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406384 is #BF9C7B. Grayscale: #5C5C5C. Windows color (decimal): -12557436 or 8676160. OLE color: 8676160.

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

Color convert

RGB 64 99 132 -
CMYK 0.52 0.25 0 0.48
HSL 209.12º 0.35% 0.38% -
HSV(B) 209.12º 0.52% 0.52% -
XYZ 10.74 11.68 23.52 -
YUV 92.3 150.4 107.82 -
System Red Green Blue C M Y K H S L
Decimal 64 99 132 0.52 0.25 0 0.48 209.12 0.35 0.38
Hex 40 63 84 34 19 0 30 D1 23 26
Octal 100 143 204 64 31 0 60 321 43 46
Binary 1000000 1100011 10000100 110100 11001 0 110000 11010001 100011 100110

Color Harmonies of #406384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406384

Black with #406384

Text Example


Text Example

White with #406384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406384; }

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

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

background-color css

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

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

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

border-color css

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

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

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