Html Css Color HEX #4C605B Stromboli

📋 copy color: '#4C605B'

red 76 ◦ green 96 ◦ blue 91

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

Shades of Stromboli #4C605B

Tints of Stromboli #4C605B

RGB

 RED value IS 76 (30.08% from 255) = 28.9%

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

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

R = 28.9%
G = 36.5%
B = 34.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#4C605B (or 0x4C605B) is known color: Stromboli. HEX triplet: 4C, 60 and 5B. RGB value is (76,96,91). Sum of RGB (Red+Green+Blue) = 76+96+91=263 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.90% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 96 - color contains mainly: green. Hex color #4C605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C605B is #B39FA4. Grayscale: #595959. Windows color (decimal): -11771813 or 5988428. OLE color: 5988428.

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

Color convert

RGB 76 96 91 -
CMYK 0.21 0 0.05 0.62
HSL 165º 0.12% 0.34% -
HSV(B) 165º 0.21% 0.38% -
XYZ 9.05 10.66 11.48 -
YUV 89.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 76 96 91 0.21 0 0.05 0.62 165 0.12 0.34
Hex 4C 60 5B 15 0 5 3E A5 C 22
Octal 114 140 133 25 0 5 76 245 14 42
Binary 1001100 1100000 1011011 10101 0 101 111110 10100101 1100 100010

Color Harmonies of #4C605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C605B

Black with #4C605B

Text Example


Text Example

White with #4C605B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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