Html Css Color HEX #4A605B Stromboli

📋 copy color: '#4A605B'

red 74 ◦ green 96 ◦ blue 91

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

Shades of Stromboli #4A605B

Tints of Stromboli #4A605B

RGB

 RED value IS 74 (29.3% from 255) = 28.35%

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

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

R = 28.35%
G = 36.78%
B = 34.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#4A605B (or 0x4A605B) is known color: Stromboli. HEX triplet: 4A, 60 and 5B. RGB value is (74,96,91). Sum of RGB (Red+Green+Blue) = 74+96+91=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 96 - color contains mainly: green. Hex color #4A605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A605B is #B59FA4. Grayscale: #585858. Windows color (decimal): -11902885 or 5988426. OLE color: 5988426.

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

Color convert

RGB 74 96 91 -
CMYK 0.23 0 0.05 0.62
HSL 166.36º 0.13% 0.33% -
HSV(B) 166.36º 0.23% 0.38% -
XYZ 8.9 10.58 11.47 -
YUV 88.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 74 96 91 0.23 0 0.05 0.62 166.36 0.13 0.33
Hex 4A 60 5B 17 0 5 3E A6 D 21
Octal 112 140 133 27 0 5 76 246 15 41
Binary 1001010 1100000 1011011 10111 0 101 111110 10100110 1101 100001

Color Harmonies of #4A605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A605B

Black with #4A605B

Text Example


Text Example

White with #4A605B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A605B; }

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

 H1.HeaderClassName
 {
   color: #4A605B;
 }
 .AnyTagClassName
 {
   color: #4A605B;
 }
</style>

background-color css

<style>
 a { background-color: #4A605B; }

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

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

border-color css

<style>
 span { border-color: #4A605B; }

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

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