Html Css Color HEX #406083 Matisse

📋 copy color: '#406083'

red 64 ◦ green 96 ◦ blue 131

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

Shades of Matisse #406083

Tints of Matisse #406083

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.99%

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

R = 21.99%
G = 32.99%
B = 45.02%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#406083 (or 0x406083) is known color: Matisse. HEX triplet: 40, 60 and 83. RGB value is (64,96,131). Sum of RGB (Red+Green+Blue) = 64+96+131=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 131 - color contains mainly: blue. Hex color #406083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406083 is #BF9F7C. Grayscale: #5A5A5A. Windows color (decimal): -12558205 or 8609856. OLE color: 8609856.

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

Color convert

RGB 64 96 131 -
CMYK 0.51 0.27 0 0.49
HSL 211.34º 0.34% 0.38% -
HSV(B) 211.34º 0.51% 0.51% -
XYZ 10.39 11.09 23.07 -
YUV 90.42 150.9 109.15 -
System Red Green Blue C M Y K H S L
Decimal 64 96 131 0.51 0.27 0 0.49 211.34 0.34 0.38
Hex 40 60 83 33 1B 0 31 D3 22 26
Octal 100 140 203 63 33 0 61 323 42 46
Binary 1000000 1100000 10000011 110011 11011 0 110001 11010011 100010 100110

Color Harmonies of #406083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406083

Black with #406083

Text Example


Text Example

White with #406083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406083; }

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

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

background-color css

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

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

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

border-color css

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

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

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