Html Css Color HEX #415B71 Matisse

📋 copy color: '#415B71'

red 65 ◦ green 91 ◦ blue 113

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

Shades of Matisse #415B71

Tints of Matisse #415B71

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.83%

 BLUE value IS 113 (44.53% from 255) = 42.01%

R = 24.16%
G = 33.83%
B = 42.01%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#415B71 (or 0x415B71) is known color: Matisse. HEX triplet: 41, 5B and 71. RGB value is (65,91,113). Sum of RGB (Red+Green+Blue) = 65+91+113=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 113 - color contains mainly: blue. Hex color #415B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B71 is #BEA48E. Grayscale: #555555. Windows color (decimal): -12493967 or 7428929. OLE color: 7428929.

HSL color Cylindrical-coordinate representation of color #415B71: hue angle of 207.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #415B71 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 91 113 -
CMYK 0.42 0.19 0 0.56
HSL 207.5º 0.27% 0.35% -
HSV(B) 207.5º 0.42% 0.44% -
XYZ 8.9 9.8 17.04 -
YUV 85.73 143.39 113.21 -
System Red Green Blue C M Y K H S L
Decimal 65 91 113 0.42 0.19 0 0.56 207.5 0.27 0.35
Hex 41 5B 71 2A 13 0 38 D0 1B 23
Octal 101 133 161 52 23 0 70 320 33 43
Binary 1000001 1011011 1110001 101010 10011 0 111000 11010000 11011 100011

Color Harmonies of #415B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415B71

Black with #415B71

Text Example


Text Example

White with #415B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415B71; }

 p { color: rgb(65,91,113); }

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

background-color css

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

 a { background-color: rgb(65,91,113); }

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

border-color css

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

 span { border-color: rgb(65,91,113); }

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