Html Css Color HEX #415F74 Matisse

📋 copy color: '#415F74'

red 65 ◦ green 95 ◦ blue 116

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

Shades of Matisse #415F74

Tints of Matisse #415F74

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.42%

 BLUE value IS 116 (45.7% from 255) = 42.03%

R = 23.55%
G = 34.42%
B = 42.03%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#415F74 (or 0x415F74) is known color: Matisse. HEX triplet: 41, 5F and 74. RGB value is (65,95,116). Sum of RGB (Red+Green+Blue) = 65+95+116=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 116 - color contains mainly: blue. Hex color #415F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415F74 is #BEA08B. Grayscale: #585858. Windows color (decimal): -12492940 or 7626561. OLE color: 7626561.

HSL color Cylindrical-coordinate representation of color #415F74: hue angle of 204.71º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #415F74 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 95 116 -
CMYK 0.44 0.18 0 0.55
HSL 204.71º 0.28% 0.35% -
HSV(B) 204.71º 0.44% 0.45% -
XYZ 9.42 10.57 18.07 -
YUV 88.42 143.56 111.29 -
System Red Green Blue C M Y K H S L
Decimal 65 95 116 0.44 0.18 0 0.55 204.71 0.28 0.35
Hex 41 5F 74 2C 12 0 37 CD 1C 23
Octal 101 137 164 54 22 0 67 315 34 43
Binary 1000001 1011111 1110100 101100 10010 0 110111 11001101 11100 100011

Color Harmonies of #415F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415F74

Black with #415F74

Text Example


Text Example

White with #415F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,95,116); }

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

background-color css

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

 a { background-color: rgb(65,95,116); }

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

border-color css

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

 span { border-color: rgb(65,95,116); }

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