Html Css Color HEX #40607D Matisse

📋 copy color: '#40607D'

red 64 ◦ green 96 ◦ blue 125

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

Shades of Matisse #40607D

Tints of Matisse #40607D

RGB

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

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

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

R = 22.46%
G = 33.68%
B = 43.86%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40607D (or 0x40607D) is known color: Matisse. HEX triplet: 40, 60 and 7D. RGB value is (64,96,125). Sum of RGB (Red+Green+Blue) = 64+96+125=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 125 - color contains mainly: blue. Hex color #40607D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40607D is #BF9F82. Grayscale: #595959. Windows color (decimal): -12558211 or 8216640. OLE color: 8216640.

HSL color Cylindrical-coordinate representation of color #40607D: hue angle of 208.52º 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 #40607D is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 96 125 -
CMYK 0.49 0.23 0 0.51
HSL 208.52º 0.32% 0.37% -
HSV(B) 208.52º 0.49% 0.49% -
XYZ 10 10.94 20.99 -
YUV 89.74 147.9 109.64 -
System Red Green Blue C M Y K H S L
Decimal 64 96 125 0.49 0.23 0 0.51 208.52 0.32 0.37
Hex 40 60 7D 31 17 0 33 D1 20 25
Octal 100 140 175 61 27 0 63 321 40 45
Binary 1000000 1100000 1111101 110001 10111 0 110011 11010001 100000 100101

Color Harmonies of #40607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40607D

Black with #40607D

Text Example


Text Example

White with #40607D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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