Html Css Color HEX #403A48 Martinique

📋 copy color: '#403A48'

red 64 ◦ green 58 ◦ blue 72

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

Shades of Martinique #403A48

Tints of Martinique #403A48

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.9%

 BLUE value IS 72 (28.52% from 255) = 37.11%

R = 32.99%
G = 29.9%
B = 37.11%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#403A48 (or 0x403A48) is known color: Martinique. HEX triplet: 40, 3A and 48. RGB value is (64,58,72). Sum of RGB (Red+Green+Blue) = 64+58+72=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 72 - color contains mainly: blue. Hex color #403A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A48 is #BFC5B7. Grayscale: #3D3D3D. Windows color (decimal): -12567992 or 4733504. OLE color: 4733504.

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

Color convert

RGB 64 58 72 -
CMYK 0.11 0.19 0 0.72
HSL 265.71º 0.11% 0.25% -
HSV(B) 265.71º 0.19% 0.28% -
XYZ 4.8 4.58 6.76 -
YUV 61.39 133.99 129.86 -
System Red Green Blue C M Y K H S L
Decimal 64 58 72 0.11 0.19 0 0.72 265.71 0.11 0.25
Hex 40 3A 48 B 13 0 48 10A B 19
Octal 100 72 110 13 23 0 110 412 13 31
Binary 1000000 111010 1001000 1011 10011 0 1001000 100001010 1011 11001

Color Harmonies of #403A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403A48

Black with #403A48

Text Example


Text Example

White with #403A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,58,72); }

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

background-color css

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

 a { background-color: rgb(64,58,72); }

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

border-color css

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

 span { border-color: rgb(64,58,72); }

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