Html Css Color HEX #416083 Matisse

📋 copy color: '#416083'

red 65 ◦ green 96 ◦ blue 131

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

Shades of Matisse #416083

Tints of Matisse #416083

RGB

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

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

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

R = 22.26%
G = 32.88%
B = 44.86%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#416083 (or 0x416083) is known color: Matisse. HEX triplet: 41, 60 and 83. RGB value is (65,96,131). Sum of RGB (Red+Green+Blue) = 65+96+131=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 131 - color contains mainly: blue. Hex color #416083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416083 is #BE9F7C. Grayscale: #5A5A5A. Windows color (decimal): -12492669 or 8609857. OLE color: 8609857.

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

Color convert

RGB 65 96 131 -
CMYK 0.50 0.27 0 0.49
HSL 211.82º 0.34% 0.38% -
HSV(B) 211.82º 0.5% 0.51% -
XYZ 10.46 11.13 23.07 -
YUV 90.72 150.73 109.65 -
System Red Green Blue C M Y K H S L
Decimal 65 96 131 0.50 0.27 0 0.49 211.82 0.34 0.38
Hex 41 60 83 32 1B 0 31 D4 22 26
Octal 101 140 203 62 33 0 61 324 42 46
Binary 1000001 1100000 10000011 110010 11011 0 110001 11010100 100010 100110

Color Harmonies of #416083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416083

Black with #416083

Text Example


Text Example

White with #416083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416083; }

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

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

background-color css

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

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

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

border-color css

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

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

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