Html Css Color HEX #416078 Matisse

📋 copy color: '#416078'

red 65 ◦ green 96 ◦ blue 120

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

Shades of Matisse #416078

Tints of Matisse #416078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.7%

R = 23.13%
G = 34.16%
B = 42.7%

CMYK

 C value IS 0.46

 M value IS 0.2

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#416078 (or 0x416078) is known color: Matisse. HEX triplet: 41, 60 and 78. RGB value is (65,96,120). Sum of RGB (Red+Green+Blue) = 65+96+120=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 120 - color contains mainly: blue. Hex color #416078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416078 is #BE9F87. Grayscale: #595959. Windows color (decimal): -12492680 or 7888961. OLE color: 7888961.

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

Color convert

RGB 65 96 120 -
CMYK 0.46 0.2 0 0.53
HSL 206.18º 0.3% 0.36% -
HSV(B) 206.18º 0.46% 0.47% -
XYZ 9.75 10.85 19.35 -
YUV 89.47 145.23 110.55 -
System Red Green Blue C M Y K H S L
Decimal 65 96 120 0.46 0.2 0 0.53 206.18 0.3 0.36
Hex 41 60 78 2E 14 0 35 CE 1E 24
Octal 101 140 170 56 24 0 65 316 36 44
Binary 1000001 1100000 1111000 101110 10100 0 110101 11001110 11110 100100

Color Harmonies of #416078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416078

Black with #416078

Text Example


Text Example

White with #416078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416078; }

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

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

background-color css

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

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

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

border-color css

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

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

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