Html Css Color HEX #406483 Matisse

📋 copy color: '#406483'

red 64 ◦ green 100 ◦ blue 131

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

Shades of Matisse #406483

Tints of Matisse #406483

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.9%

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

R = 21.69%
G = 33.9%
B = 44.41%

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

#406483 (or 0x406483) is known color: Matisse. HEX triplet: 40, 64 and 83. RGB value is (64,100,131). Sum of RGB (Red+Green+Blue) = 64+100+131=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 131 (51.56% from 255 or 44.41% from 295); Max value from RGB is 131 - color contains mainly: blue. Hex color #406483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406483 is #BF9B7C. Grayscale: #5C5C5C. Windows color (decimal): -12557181 or 8610880. OLE color: 8610880.

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

Color convert

RGB 64 100 131 -
CMYK 0.51 0.24 0 0.49
HSL 207.76º 0.34% 0.38% -
HSV(B) 207.76º 0.51% 0.51% -
XYZ 10.77 11.84 23.19 -
YUV 92.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 64 100 131 0.51 0.24 0 0.49 207.76 0.34 0.38
Hex 40 64 83 33 18 0 31 D0 22 26
Octal 100 144 203 63 30 0 61 320 42 46
Binary 1000000 1100100 10000011 110011 11000 0 110001 11010000 100010 100110

Color Harmonies of #406483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406483

Black with #406483

Text Example


Text Example

White with #406483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406483; }

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

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

background-color css

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

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

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

border-color css

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

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

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