Html Css Color HEX #416381 Matisse

📋 copy color: '#416381'

red 65 ◦ green 99 ◦ blue 129

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

Shades of Matisse #416381

Tints of Matisse #416381

RGB

 RED value IS 65 (25.78% from 255) = 22.18%

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

 BLUE value IS 129 (50.78% from 255) = 44.03%

R = 22.18%
G = 33.79%
B = 44.03%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#416381 (or 0x416381) is known color: Matisse. HEX triplet: 41, 63 and 81. RGB value is (65,99,129). Sum of RGB (Red+Green+Blue) = 65+99+129=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 129 (50.78% from 255 or 44.03% from 293); Max value from RGB is 129 - color contains mainly: blue. Hex color #416381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416381 is #BE9C7E. Grayscale: #5C5C5C. Windows color (decimal): -12491903 or 8479553. OLE color: 8479553.

HSL color Cylindrical-coordinate representation of color #416381: hue angle of 208.12º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #416381 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 99 129 -
CMYK 0.50 0.23 0 0.49
HSL 208.13º 0.33% 0.38% -
HSV(B) 208.13º 0.5% 0.51% -
XYZ 10.6 11.63 22.46 -
YUV 92.25 148.74 108.56 -
System Red Green Blue C M Y K H S L
Decimal 65 99 129 0.50 0.23 0 0.49 208.13 0.33 0.38
Hex 41 63 81 32 17 0 31 D0 21 26
Octal 101 143 201 62 27 0 61 320 41 46
Binary 1000001 1100011 10000001 110010 10111 0 110001 11010000 100001 100110

Color Harmonies of #416381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416381

Black with #416381

Text Example


Text Example

White with #416381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416381; }

 p { color: rgb(65,99,129); }

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

background-color css

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

 a { background-color: rgb(65,99,129); }

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

border-color css

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

 span { border-color: rgb(65,99,129); }

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