Html Css Color HEX #4C6860 Stromboli

📋 copy color: '#4C6860'

red 76 ◦ green 104 ◦ blue 96

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

Shades of Stromboli #4C6860

Tints of Stromboli #4C6860

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.68%

 BLUE value IS 96 (37.89% from 255) = 34.78%

R = 27.54%
G = 37.68%
B = 34.78%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#4C6860 (or 0x4C6860) is known color: Stromboli. HEX triplet: 4C, 68 and 60. RGB value is (76,104,96). Sum of RGB (Red+Green+Blue) = 76+104+96=276 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.54% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 104 - color contains mainly: green. Hex color #4C6860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6860 is #B3979F. Grayscale: #5E5E5E. Windows color (decimal): -11769760 or 6318156. OLE color: 6318156.

HSL color Cylindrical-coordinate representation of color #4C6860: hue angle of 162.86º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4C6860 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 76 104 96 -
CMYK 0.27 0 0.08 0.59
HSL 162.86º 0.16% 0.35% -
HSV(B) 162.86º 0.27% 0.41% -
XYZ 10.04 12.28 12.91 -
YUV 94.72 128.72 114.65 -
System Red Green Blue C M Y K H S L
Decimal 76 104 96 0.27 0 0.08 0.59 162.86 0.16 0.35
Hex 4C 68 60 1B 0 8 3B A3 10 23
Octal 114 150 140 33 0 10 73 243 20 43
Binary 1001100 1101000 1100000 11011 0 1000 111011 10100011 10000 100011

Color Harmonies of #4C6860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6860

Black with #4C6860

Text Example


Text Example

White with #4C6860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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