Html Css Color HEX #46705F Stromboli

📋 copy color: '#46705F'

red 70 ◦ green 112 ◦ blue 95

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

Shades of Stromboli #46705F

Tints of Stromboli #46705F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.3%

R = 25.27%
G = 40.43%
B = 34.3%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#46705F (or 0x46705F) is known color: Stromboli. HEX triplet: 46, 70 and 5F. RGB value is (70,112,95). Sum of RGB (Red+Green+Blue) = 70+112+95=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 112 - color contains mainly: green. Hex color #46705F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46705F is #B98FA0. Grayscale: #616161. Windows color (decimal): -12160929 or 6254662. OLE color: 6254662.

HSL color Cylindrical-coordinate representation of color #46705F: hue angle of 155.71º 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 #46705F is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 112 95 -
CMYK 0.38 0 0.15 0.56
HSL 155.71º 0.23% 0.36% -
HSV(B) 155.71º 0.38% 0.44% -
XYZ 10.39 13.72 12.93 -
YUV 97.5 126.59 108.38 -
System Red Green Blue C M Y K H S L
Decimal 70 112 95 0.38 0 0.15 0.56 155.71 0.23 0.36
Hex 46 70 5F 26 0 F 38 9C 17 24
Octal 106 160 137 46 0 17 70 234 27 44
Binary 1000110 1110000 1011111 100110 0 1111 111000 10011100 10111 100100

Color Harmonies of #46705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46705F

Black with #46705F

Text Example


Text Example

White with #46705F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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