Html Css Color HEX #40617D Matisse

📋 copy color: '#40617D'

red 64 ◦ green 97 ◦ blue 125

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

Shades of Matisse #40617D

Tints of Matisse #40617D

RGB

 RED value IS 64 (25.39% from 255) = 22.38%

 GREEN value IS 97 (38.28% from 255) = 33.92%

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

R = 22.38%
G = 33.92%
B = 43.71%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40617D (or 0x40617D) is known color: Matisse. HEX triplet: 40, 61 and 7D. RGB value is (64,97,125). Sum of RGB (Red+Green+Blue) = 64+97+125=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #40617D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40617D is #BF9E82. Grayscale: #5A5A5A. Windows color (decimal): -12557955 or 8216896. OLE color: 8216896.

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

Color convert

RGB 64 97 125 -
CMYK 0.49 0.22 0 0.51
HSL 207.54º 0.32% 0.37% -
HSV(B) 207.54º 0.49% 0.49% -
XYZ 10.09 11.12 21.02 -
YUV 90.33 147.57 109.22 -
System Red Green Blue C M Y K H S L
Decimal 64 97 125 0.49 0.22 0 0.51 207.54 0.32 0.37
Hex 40 61 7D 31 16 0 33 D0 20 25
Octal 100 141 175 61 26 0 63 320 40 45
Binary 1000000 1100001 1111101 110001 10110 0 110011 11010000 100000 100101

Color Harmonies of #40617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40617D

Black with #40617D

Text Example


Text Example

White with #40617D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,97,125); }

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

background-color css

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

 a { background-color: rgb(64,97,125); }

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

border-color css

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

 span { border-color: rgb(64,97,125); }

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