Html Css Color HEX #406283 Matisse

📋 copy color: '#406283'

red 64 ◦ green 98 ◦ blue 131

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

Shades of Matisse #406283

Tints of Matisse #406283

RGB

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

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

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

R = 21.84%
G = 33.45%
B = 44.71%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#406283 (or 0x406283) is known color: Matisse. HEX triplet: 40, 62 and 83. RGB value is (64,98,131). Sum of RGB (Red+Green+Blue) = 64+98+131=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 131 - color contains mainly: blue. Hex color #406283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406283 is #BF9D7C. Grayscale: #5B5B5B. Windows color (decimal): -12557693 or 8610368. OLE color: 8610368.

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

Color convert

RGB 64 98 131 -
CMYK 0.51 0.25 0 0.49
HSL 209.55º 0.34% 0.38% -
HSV(B) 209.55º 0.51% 0.51% -
XYZ 10.58 11.46 23.13 -
YUV 91.6 150.24 108.32 -
System Red Green Blue C M Y K H S L
Decimal 64 98 131 0.51 0.25 0 0.49 209.55 0.34 0.38
Hex 40 62 83 33 19 0 31 D2 22 26
Octal 100 142 203 63 31 0 61 322 42 46
Binary 1000000 1100010 10000011 110011 11001 0 110001 11010010 100010 100110

Color Harmonies of #406283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406283

Black with #406283

Text Example


Text Example

White with #406283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406283; }

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

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

background-color css

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

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

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

border-color css

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

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

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