Html Css Color HEX #416280 Matisse

📋 copy color: '#416280'

red 65 ◦ green 98 ◦ blue 128

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

Shades of Matisse #416280

Tints of Matisse #416280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 43.99%

R = 22.34%
G = 33.68%
B = 43.99%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#416280 (or 0x416280) is known color: Matisse. HEX triplet: 41, 62 and 80. RGB value is (65,98,128). Sum of RGB (Red+Green+Blue) = 65+98+128=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 128 - color contains mainly: blue. Hex color #416280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416280 is #BE9D7F. Grayscale: #5B5B5B. Windows color (decimal): -12492160 or 8413761. OLE color: 8413761.

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

Color convert

RGB 65 98 128 -
CMYK 0.49 0.23 0 0.50
HSL 208.57º 0.33% 0.38% -
HSV(B) 208.57º 0.49% 0.5% -
XYZ 10.44 11.42 22.08 -
YUV 91.55 148.57 109.06 -
System Red Green Blue C M Y K H S L
Decimal 65 98 128 0.49 0.23 0 0.50 208.57 0.33 0.38
Hex 41 62 80 31 17 0 32 D1 21 26
Octal 101 142 200 61 27 0 62 321 41 46
Binary 1000001 1100010 10000000 110001 10111 0 110010 11010001 100001 100110

Color Harmonies of #416280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416280

Black with #416280

Text Example


Text Example

White with #416280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416280; }

 p { color: rgb(65,98,128); }

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

background-color css

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

 a { background-color: rgb(65,98,128); }

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

border-color css

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

 span { border-color: rgb(65,98,128); }

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