Html Css Color HEX #406383 Matisse

📋 copy color: '#406383'

red 64 ◦ green 99 ◦ blue 131

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

Shades of Matisse #406383

Tints of Matisse #406383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 44.56%

R = 21.77%
G = 33.67%
B = 44.56%

CMYK

 C value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#406383 (or 0x406383) is known color: Matisse. HEX triplet: 40, 63 and 83. RGB value is (64,99,131). Sum of RGB (Red+Green+Blue) = 64+99+131=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 131 - color contains mainly: blue. Hex color #406383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406383 is #BF9C7C. Grayscale: #5C5C5C. Windows color (decimal): -12557437 or 8610624. OLE color: 8610624.

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

Color convert

RGB 64 99 131 -
CMYK 0.51 0.24 0 0.49
HSL 208.66º 0.34% 0.38% -
HSV(B) 208.66º 0.51% 0.51% -
XYZ 10.67 11.65 23.16 -
YUV 92.18 149.9 107.9 -
System Red Green Blue C M Y K H S L
Decimal 64 99 131 0.51 0.24 0 0.49 208.66 0.34 0.38
Hex 40 63 83 33 18 0 31 D1 22 26
Octal 100 143 203 63 30 0 61 321 42 46
Binary 1000000 1100011 10000011 110011 11000 0 110001 11010001 100010 100110

Color Harmonies of #406383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406383

Black with #406383

Text Example


Text Example

White with #406383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406383; }

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

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

background-color css

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

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

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

border-color css

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

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

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