Html Css Color HEX #416084 Matisse

📋 copy color: '#416084'

red 65 ◦ green 96 ◦ blue 132

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

Shades of Matisse #416084

Tints of Matisse #416084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 45.05%

R = 22.18%
G = 32.76%
B = 45.05%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#416084 (or 0x416084) is known color: Matisse. HEX triplet: 41, 60 and 84. RGB value is (65,96,132). Sum of RGB (Red+Green+Blue) = 65+96+132=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #416084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416084 is #BE9F7B. Grayscale: #5A5A5A. Windows color (decimal): -12492668 or 8675393. OLE color: 8675393.

HSL color Cylindrical-coordinate representation of color #416084: hue angle of 212.24º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #416084 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 96 132 -
CMYK 0.51 0.27 0 0.48
HSL 212.24º 0.34% 0.39% -
HSV(B) 212.24º 0.51% 0.52% -
XYZ 10.53 11.16 23.43 -
YUV 90.84 151.23 109.57 -
System Red Green Blue C M Y K H S L
Decimal 65 96 132 0.51 0.27 0 0.48 212.24 0.34 0.39
Hex 41 60 84 33 1B 0 30 D4 22 27
Octal 101 140 204 63 33 0 60 324 42 47
Binary 1000001 1100000 10000100 110011 11011 0 110000 11010100 100010 100111

Color Harmonies of #416084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416084

Black with #416084

Text Example


Text Example

White with #416084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416084; }

 p { color: rgb(65,96,132); }

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

background-color css

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

 a { background-color: rgb(65,96,132); }

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

border-color css

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

 span { border-color: rgb(65,96,132); }

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