Html Css Color HEX #416082 Matisse

📋 copy color: '#416082'

red 65 ◦ green 96 ◦ blue 130

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

Shades of Matisse #416082

Tints of Matisse #416082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 44.67%

R = 22.34%
G = 32.99%
B = 44.67%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#416082 (or 0x416082) is known color: Matisse. HEX triplet: 41, 60 and 82. RGB value is (65,96,130). Sum of RGB (Red+Green+Blue) = 65+96+130=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #416082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416082 is #BE9F7D. Grayscale: #5A5A5A. Windows color (decimal): -12492670 or 8544321. OLE color: 8544321.

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

Color convert

RGB 65 96 130 -
CMYK 0.50 0.26 0 0.49
HSL 211.38º 0.33% 0.38% -
HSV(B) 211.38º 0.5% 0.51% -
XYZ 10.39 11.1 22.71 -
YUV 90.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 65 96 130 0.50 0.26 0 0.49 211.38 0.33 0.38
Hex 41 60 82 32 1A 0 31 D3 21 26
Octal 101 140 202 62 32 0 61 323 41 46
Binary 1000001 1100000 10000010 110010 11010 0 110001 11010011 100001 100110

Color Harmonies of #416082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416082

Black with #416082

Text Example


Text Example

White with #416082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416082; }

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

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

background-color css

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

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

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

border-color css

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

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

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