Html Css Color HEX #46685E Stromboli

📋 copy color: '#46685E'

red 70 ◦ green 104 ◦ blue 94

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

Shades of Stromboli #46685E

Tints of Stromboli #46685E

RGB

 RED value IS 70 (27.73% from 255) = 26.12%

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

 BLUE value IS 94 (37.11% from 255) = 35.07%

R = 26.12%
G = 38.81%
B = 35.07%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#46685E (or 0x46685E) is known color: Stromboli. HEX triplet: 46, 68 and 5E. RGB value is (70,104,94). Sum of RGB (Red+Green+Blue) = 70+104+94=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 104 - color contains mainly: green. Hex color #46685E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46685E is #B997A1. Grayscale: #5C5C5C. Windows color (decimal): -12162978 or 6187078. OLE color: 6187078.

HSL color Cylindrical-coordinate representation of color #46685E: hue angle of 162.35º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #46685E is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 104 94 -
CMYK 0.33 0 0.10 0.59
HSL 162.35º 0.2% 0.34% -
HSV(B) 162.35º 0.33% 0.41% -
XYZ 9.5 12.01 12.41 -
YUV 92.69 128.74 111.81 -
System Red Green Blue C M Y K H S L
Decimal 70 104 94 0.33 0 0.10 0.59 162.35 0.2 0.34
Hex 46 68 5E 21 0 A 3B A2 14 22
Octal 106 150 136 41 0 12 73 242 24 42
Binary 1000110 1101000 1011110 100001 0 1010 111011 10100010 10100 100010

Color Harmonies of #46685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46685E

Black with #46685E

Text Example


Text Example

White with #46685E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46685E; }

 p { color: rgb(70,104,94); }

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

background-color css

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

 a { background-color: rgb(70,104,94); }

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

border-color css

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

 span { border-color: rgb(70,104,94); }

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