Html Css Color HEX #41647D Matisse

📋 copy color: '#41647D'

red 65 ◦ green 100 ◦ blue 125

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

Shades of Matisse #41647D

Tints of Matisse #41647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.48%

 BLUE value IS 125 (49.22% from 255) = 43.1%

R = 22.41%
G = 34.48%
B = 43.1%

CMYK

 C value IS 0.48

 M value IS 0.2

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41647D (or 0x41647D) is known color: Matisse. HEX triplet: 41, 64 and 7D. RGB value is (65,100,125). Sum of RGB (Red+Green+Blue) = 65+100+125=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 125 - color contains mainly: blue. Hex color #41647D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41647D is #BE9B82. Grayscale: #5C5C5C. Windows color (decimal): -12491651 or 8217665. OLE color: 8217665.

HSL color Cylindrical-coordinate representation of color #41647D: hue angle of 205º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41647D is Cyan = 0.48, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 100 125 -
CMYK 0.48 0.2 0 0.51
HSL 205º 0.32% 0.37% -
HSV(B) 205º 0.48% 0.49% -
XYZ 10.44 11.72 21.11 -
YUV 92.39 146.4 108.47 -
System Red Green Blue C M Y K H S L
Decimal 65 100 125 0.48 0.2 0 0.51 205 0.32 0.37
Hex 41 64 7D 30 14 0 33 CD 20 25
Octal 101 144 175 60 24 0 63 315 40 45
Binary 1000001 1100100 1111101 110000 10100 0 110011 11001101 100000 100101

Color Harmonies of #41647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41647D

Black with #41647D

Text Example


Text Example

White with #41647D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41647D; }

 p { color: rgb(65,100,125); }

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

background-color css

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

 a { background-color: rgb(65,100,125); }

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

border-color css

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

 span { border-color: rgb(65,100,125); }

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