Html Css Color HEX #416077 Matisse

📋 copy color: '#416077'

red 65 ◦ green 96 ◦ blue 119

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

Shades of Matisse #416077

Tints of Matisse #416077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 42.5%

R = 23.21%
G = 34.29%
B = 42.5%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#416077 (or 0x416077) is known color: Matisse. HEX triplet: 41, 60 and 77. RGB value is (65,96,119). Sum of RGB (Red+Green+Blue) = 65+96+119=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 119 - color contains mainly: blue. Hex color #416077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416077 is #BE9F88. Grayscale: #595959. Windows color (decimal): -12492681 or 7823425. OLE color: 7823425.

HSL color Cylindrical-coordinate representation of color #416077: hue angle of 205.56º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #416077 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 96 119 -
CMYK 0.45 0.19 0 0.53
HSL 205.56º 0.29% 0.36% -
HSV(B) 205.56º 0.45% 0.47% -
XYZ 9.69 10.82 19.03 -
YUV 89.35 144.73 110.63 -
System Red Green Blue C M Y K H S L
Decimal 65 96 119 0.45 0.19 0 0.53 205.56 0.29 0.36
Hex 41 60 77 2D 13 0 35 CE 1D 24
Octal 101 140 167 55 23 0 65 316 35 44
Binary 1000001 1100000 1110111 101101 10011 0 110101 11001110 11101 100100

Color Harmonies of #416077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416077

Black with #416077

Text Example


Text Example

White with #416077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416077; }

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

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

background-color css

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

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

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

border-color css

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

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

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