Html Css Color HEX #416380 Matisse

📋 copy color: '#416380'

red 65 ◦ green 99 ◦ blue 128

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

Shades of Matisse #416380

Tints of Matisse #416380

RGB

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

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

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

R = 22.26%
G = 33.9%
B = 43.84%

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

#416380 (or 0x416380) is known color: Matisse. HEX triplet: 41, 63 and 80. RGB value is (65,99,128). Sum of RGB (Red+Green+Blue) = 65+99+128=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 128 - color contains mainly: blue. Hex color #416380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416380 is #BE9C7F. Grayscale: #5B5B5B. Windows color (decimal): -12491904 or 8414017. OLE color: 8414017.

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

Color convert

RGB 65 99 128 -
CMYK 0.49 0.23 0 0.50
HSL 207.62º 0.33% 0.38% -
HSV(B) 207.62º 0.49% 0.5% -
XYZ 10.54 11.61 22.11 -
YUV 92.14 148.24 108.64 -
System Red Green Blue C M Y K H S L
Decimal 65 99 128 0.49 0.23 0 0.50 207.62 0.33 0.38
Hex 41 63 80 31 17 0 32 D0 21 26
Octal 101 143 200 61 27 0 62 320 41 46
Binary 1000001 1100011 10000000 110001 10111 0 110010 11010000 100001 100110

Color Harmonies of #416380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416380

Black with #416380

Text Example


Text Example

White with #416380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416380; }

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

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

background-color css

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

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

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

border-color css

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

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

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