Html Css Color HEX #403776 Minsk

📋 copy color: '#403776'

red 64 ◦ green 55 ◦ blue 118

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

Shades of Minsk #403776

Tints of Minsk #403776

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.21%

 BLUE value IS 118 (46.48% from 255) = 49.79%

R = 27%
G = 23.21%
B = 49.79%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#403776 (or 0x403776) is known color: Minsk. HEX triplet: 40, 37 and 76. RGB value is (64,55,118). Sum of RGB (Red+Green+Blue) = 64+55+118=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #403776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403776 is #BFC889. Grayscale: #404040. Windows color (decimal): -12568714 or 7747392. OLE color: 7747392.

HSL color Cylindrical-coordinate representation of color #403776: hue angle of 248.57º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #403776 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 55 118 -
CMYK 0.46 0.53 0 0.54
HSL 248.57º 0.36% 0.34% -
HSV(B) 248.57º 0.53% 0.46% -
XYZ 6.75 5.13 17.77 -
YUV 64.87 157.98 127.38 -
System Red Green Blue C M Y K H S L
Decimal 64 55 118 0.46 0.53 0 0.54 248.57 0.36 0.34
Hex 40 37 76 2E 35 0 36 F9 24 22
Octal 100 67 166 56 65 0 66 371 44 42
Binary 1000000 110111 1110110 101110 110101 0 110110 11111001 100100 100010

Color Harmonies of #403776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403776

Black with #403776

Text Example


Text Example

White with #403776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403776; }

 p { color: rgb(64,55,118); }

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

background-color css

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

 a { background-color: rgb(64,55,118); }

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

border-color css

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

 span { border-color: rgb(64,55,118); }

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