Html Css Color HEX #46605A Stromboli

📋 copy color: '#46605A'

red 70 ◦ green 96 ◦ blue 90

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

Shades of Stromboli #46605A

Tints of Stromboli #46605A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.16%

R = 27.34%
G = 37.5%
B = 35.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#46605A (or 0x46605A) is known color: Stromboli. HEX triplet: 46, 60 and 5A. RGB value is (70,96,90). Sum of RGB (Red+Green+Blue) = 70+96+90=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 96 - color contains mainly: green. Hex color #46605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46605A is #B99FA5. Grayscale: #575757. Windows color (decimal): -12165030 or 5922886. OLE color: 5922886.

HSL color Cylindrical-coordinate representation of color #46605A: hue angle of 166.15º 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 #46605A is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 96 90 -
CMYK 0.27 0 0.06 0.62
HSL 166.15º 0.16% 0.33% -
HSV(B) 166.15º 0.27% 0.38% -
XYZ 8.55 10.41 11.23 -
YUV 87.54 129.39 115.49 -
System Red Green Blue C M Y K H S L
Decimal 70 96 90 0.27 0 0.06 0.62 166.15 0.16 0.33
Hex 46 60 5A 1B 0 6 3E A6 10 21
Octal 106 140 132 33 0 6 76 246 20 41
Binary 1000110 1100000 1011010 11011 0 110 111110 10100110 10000 100001

Color Harmonies of #46605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46605A

Black with #46605A

Text Example


Text Example

White with #46605A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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