Html Css Color HEX #403B47 Martinique

📋 copy color: '#403B47'

red 64 ◦ green 59 ◦ blue 71

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

Shades of Martinique #403B47

Tints of Martinique #403B47

RGB

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

 GREEN value IS 59 (23.44% from 255) = 30.41%

 BLUE value IS 71 (28.13% from 255) = 36.6%

R = 32.99%
G = 30.41%
B = 36.6%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#403B47 (or 0x403B47) is known color: Martinique. HEX triplet: 40, 3B and 47. RGB value is (64,59,71). Sum of RGB (Red+Green+Blue) = 64+59+71=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 71 - color contains mainly: blue. Hex color #403B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B47 is #BFC4B8. Grayscale: #3D3D3D. Windows color (decimal): -12567737 or 4668224. OLE color: 4668224.

HSL color Cylindrical-coordinate representation of color #403B47: hue angle of 265º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #403B47 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 59 71 -
CMYK 0.10 0.17 0 0.72
HSL 265º 0.09% 0.25% -
HSV(B) 265º 0.17% 0.28% -
XYZ 4.82 4.67 6.61 -
YUV 61.86 133.16 129.52 -
System Red Green Blue C M Y K H S L
Decimal 64 59 71 0.10 0.17 0 0.72 265 0.09 0.25
Hex 40 3B 47 A 11 0 48 109 9 19
Octal 100 73 107 12 21 0 110 411 11 31
Binary 1000000 111011 1000111 1010 10001 0 1001000 100001001 1001 11001

Color Harmonies of #403B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403B47

Black with #403B47

Text Example


Text Example

White with #403B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403B47; }

 p { color: rgb(64,59,71); }

 H1.HeaderClassName
 {
   color: #403B47;
 }
 .AnyTagClassName
 {
   color: #403B47;
 }
</style>

background-color css

<style>
 a { background-color: #403B47; }

 a { background-color: rgb(64,59,71); }

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

border-color css

<style>
 span { border-color: #403B47; }

 span { border-color: rgb(64,59,71); }

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