Html Css Color HEX #40647F Matisse

📋 copy color: '#40647F'

red 64 ◦ green 100 ◦ blue 127

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

Shades of Matisse #40647F

Tints of Matisse #40647F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.64%

R = 21.99%
G = 34.36%
B = 43.64%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#40647F (or 0x40647F) is known color: Matisse. HEX triplet: 40, 64 and 7F. RGB value is (64,100,127). Sum of RGB (Red+Green+Blue) = 64+100+127=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 127 - color contains mainly: blue. Hex color #40647F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40647F is #BF9B80. Grayscale: #5C5C5C. Windows color (decimal): -12557185 or 8348736. OLE color: 8348736.

HSL color Cylindrical-coordinate representation of color #40647F: hue angle of 205.71º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40647F is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 100 127 -
CMYK 0.50 0.21 0 0.50
HSL 205.71º 0.33% 0.37% -
HSV(B) 205.71º 0.5% 0.5% -
XYZ 10.5 11.74 21.79 -
YUV 92.31 147.57 107.8 -
System Red Green Blue C M Y K H S L
Decimal 64 100 127 0.50 0.21 0 0.50 205.71 0.33 0.37
Hex 40 64 7F 32 15 0 32 CE 21 25
Octal 100 144 177 62 25 0 62 316 41 45
Binary 1000000 1100100 1111111 110010 10101 0 110010 11001110 100001 100101

Color Harmonies of #40647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40647F

Black with #40647F

Text Example


Text Example

White with #40647F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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