Html Css Color HEX #406859 Stromboli

📋 copy color: '#406859'

red 64 ◦ green 104 ◦ blue 89

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

Shades of Stromboli #406859

Tints of Stromboli #406859

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.47%

 BLUE value IS 89 (35.16% from 255) = 34.63%

R = 24.9%
G = 40.47%
B = 34.63%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#406859 (or 0x406859) is known color: Stromboli. HEX triplet: 40, 68 and 59. RGB value is (64,104,89). Sum of RGB (Red+Green+Blue) = 64+104+89=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 89 (35.16% from 255 or 34.63% from 257); Max value from RGB is 104 - color contains mainly: green. Hex color #406859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406859 is #BF97A6. Grayscale: #5A5A5A. Windows color (decimal): -12556199 or 5859392. OLE color: 5859392.

HSL color Cylindrical-coordinate representation of color #406859: hue angle of 157.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #406859 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 104 89 -
CMYK 0.38 0 0.14 0.59
HSL 157.5º 0.24% 0.33% -
HSV(B) 157.5º 0.38% 0.41% -
XYZ 8.87 11.71 11.24 -
YUV 90.33 127.25 109.22 -
System Red Green Blue C M Y K H S L
Decimal 64 104 89 0.38 0 0.14 0.59 157.5 0.24 0.33
Hex 40 68 59 26 0 E 3B 9E 18 21
Octal 100 150 131 46 0 16 73 236 30 41
Binary 1000000 1101000 1011001 100110 0 1110 111011 10011110 11000 100001

Color Harmonies of #406859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406859

Black with #406859

Text Example


Text Example

White with #406859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406859; }

 p { color: rgb(64,104,89); }

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

background-color css

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

 a { background-color: rgb(64,104,89); }

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

border-color css

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

 span { border-color: rgb(64,104,89); }

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