Html Css Color HEX #406A5D Stromboli

📋 copy color: '#406A5D'

red 64 ◦ green 106 ◦ blue 93

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

Shades of Stromboli #406A5D

Tints of Stromboli #406A5D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 40.3%

 BLUE value IS 93 (36.72% from 255) = 35.36%

R = 24.33%
G = 40.3%
B = 35.36%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#406A5D (or 0x406A5D) is known color: Stromboli. HEX triplet: 40, 6A and 5D. RGB value is (64,106,93). Sum of RGB (Red+Green+Blue) = 64+106+93=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 106 (41.80% from 255 or 40.30% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 106 - color contains mainly: green. Hex color #406A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406A5D is #BF95A2. Grayscale: #5B5B5B. Windows color (decimal): -12555683 or 6122048. OLE color: 6122048.

HSL color Cylindrical-coordinate representation of color #406A5D: hue angle of 161.43º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #406A5D is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 106 93 -
CMYK 0.40 0 0.12 0.58
HSL 161.43º 0.25% 0.33% -
HSV(B) 161.43º 0.4% 0.42% -
XYZ 9.24 12.19 12.22 -
YUV 91.96 128.59 108.06 -
System Red Green Blue C M Y K H S L
Decimal 64 106 93 0.40 0 0.12 0.58 161.43 0.25 0.33
Hex 40 6A 5D 28 0 C 3A A1 19 21
Octal 100 152 135 50 0 14 72 241 31 41
Binary 1000000 1101010 1011101 101000 0 1100 111010 10100001 11001 100001

Color Harmonies of #406A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406A5D

Black with #406A5D

Text Example


Text Example

White with #406A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406A5D; }

 p { color: rgb(64,106,93); }

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

background-color css

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

 a { background-color: rgb(64,106,93); }

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

border-color css

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

 span { border-color: rgb(64,106,93); }

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