Html Css Color HEX #46705D Stromboli

📋 copy color: '#46705D'

red 70 ◦ green 112 ◦ blue 93

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

Shades of Stromboli #46705D

Tints of Stromboli #46705D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.73%

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

R = 25.45%
G = 40.73%
B = 33.82%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#46705D (or 0x46705D) is known color: Stromboli. HEX triplet: 46, 70 and 5D. RGB value is (70,112,93). Sum of RGB (Red+Green+Blue) = 70+112+93=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 112 - color contains mainly: green. Hex color #46705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46705D is #B98FA2. Grayscale: #616161. Windows color (decimal): -12160931 or 6123590. OLE color: 6123590.

HSL color Cylindrical-coordinate representation of color #46705D: hue angle of 152.86º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #46705D is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 112 93 -
CMYK 0.38 0 0.17 0.56
HSL 152.86º 0.23% 0.36% -
HSV(B) 152.86º 0.38% 0.44% -
XYZ 10.3 13.68 12.45 -
YUV 97.28 125.59 108.54 -
System Red Green Blue C M Y K H S L
Decimal 70 112 93 0.38 0 0.17 0.56 152.86 0.23 0.36
Hex 46 70 5D 26 0 11 38 99 17 24
Octal 106 160 135 46 0 21 70 231 27 44
Binary 1000110 1110000 1011101 100110 0 10001 111000 10011001 10111 100100

Color Harmonies of #46705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46705D

Black with #46705D

Text Example


Text Example

White with #46705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46705D; }

 p { color: rgb(70,112,93); }

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

background-color css

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

 a { background-color: rgb(70,112,93); }

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

border-color css

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

 span { border-color: rgb(70,112,93); }

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