Html Css Color HEX #40647C Matisse

📋 copy color: '#40647C'

red 64 ◦ green 100 ◦ blue 124

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

Shades of Matisse #40647C

Tints of Matisse #40647C

RGB

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

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

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

R = 22.22%
G = 34.72%
B = 43.06%

CMYK

 C value IS 0.48

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40647C (or 0x40647C) is known color: Matisse. HEX triplet: 40, 64 and 7C. RGB value is (64,100,124). Sum of RGB (Red+Green+Blue) = 64+100+124=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 124 - color contains mainly: blue. Hex color #40647C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40647C is #BF9B83. Grayscale: #5B5B5B. Windows color (decimal): -12557188 or 8152128. OLE color: 8152128.

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

Color convert

RGB 64 100 124 -
CMYK 0.48 0.19 0 0.51
HSL 204º 0.32% 0.37% -
HSV(B) 204º 0.48% 0.49% -
XYZ 10.31 11.66 20.78 -
YUV 91.97 146.07 108.05 -
System Red Green Blue C M Y K H S L
Decimal 64 100 124 0.48 0.19 0 0.51 204 0.32 0.37
Hex 40 64 7C 30 13 0 33 CC 20 25
Octal 100 144 174 60 23 0 63 314 40 45
Binary 1000000 1100100 1111100 110000 10011 0 110011 11001100 100000 100101

Color Harmonies of #40647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40647C

Black with #40647C

Text Example


Text Example

White with #40647C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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