Html Css Color HEX #40607C Matisse

📋 copy color: '#40607C'

red 64 ◦ green 96 ◦ blue 124

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

Shades of Matisse #40607C

Tints of Matisse #40607C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 43.66%

R = 22.54%
G = 33.8%
B = 43.66%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40607C (or 0x40607C) is known color: Matisse. HEX triplet: 40, 60 and 7C. RGB value is (64,96,124). Sum of RGB (Red+Green+Blue) = 64+96+124=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #40607C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40607C is #BF9F83. Grayscale: #595959. Windows color (decimal): -12558212 or 8151104. OLE color: 8151104.

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

Color convert

RGB 64 96 124 -
CMYK 0.48 0.23 0 0.51
HSL 208º 0.32% 0.37% -
HSV(B) 208º 0.48% 0.49% -
XYZ 9.94 10.91 20.65 -
YUV 89.62 147.4 109.72 -
System Red Green Blue C M Y K H S L
Decimal 64 96 124 0.48 0.23 0 0.51 208 0.32 0.37
Hex 40 60 7C 30 17 0 33 D0 20 25
Octal 100 140 174 60 27 0 63 320 40 45
Binary 1000000 1100000 1111100 110000 10111 0 110011 11010000 100000 100101

Color Harmonies of #40607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40607C

Black with #40607C

Text Example


Text Example

White with #40607C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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