Html Css Color HEX #46605B Stromboli

📋 copy color: '#46605B'

red 70 ◦ green 96 ◦ blue 91

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

Shades of Stromboli #46605B

Tints of Stromboli #46605B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.35%

 BLUE value IS 91 (35.94% from 255) = 35.41%

R = 27.24%
G = 37.35%
B = 35.41%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#46605B (or 0x46605B) is known color: Stromboli. HEX triplet: 46, 60 and 5B. RGB value is (70,96,91). Sum of RGB (Red+Green+Blue) = 70+96+91=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 96 - color contains mainly: green. Hex color #46605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46605B is #B99FA4. Grayscale: #575757. Windows color (decimal): -12165029 or 5988422. OLE color: 5988422.

HSL color Cylindrical-coordinate representation of color #46605B: hue angle of 168.46º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #46605B is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 96 91 -
CMYK 0.27 0 0.05 0.62
HSL 168.46º 0.16% 0.33% -
HSV(B) 168.46º 0.27% 0.38% -
XYZ 8.6 10.42 11.46 -
YUV 87.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 70 96 91 0.27 0 0.05 0.62 168.46 0.16 0.33
Hex 46 60 5B 1B 0 5 3E A8 10 21
Octal 106 140 133 33 0 5 76 250 20 41
Binary 1000110 1100000 1011011 11011 0 101 111110 10101000 10000 100001

Color Harmonies of #46605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46605B

Black with #46605B

Text Example


Text Example

White with #46605B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46605B; }

 p { color: rgb(70,96,91); }

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

background-color css

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

 a { background-color: rgb(70,96,91); }

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

border-color css

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

 span { border-color: rgb(70,96,91); }

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