Html Css Color HEX #4C6861 Stromboli

📋 copy color: '#4C6861'

red 76 ◦ green 104 ◦ blue 97

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

Shades of Stromboli #4C6861

Tints of Stromboli #4C6861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 35.02%

R = 27.44%
G = 37.55%
B = 35.02%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#4C6861 (or 0x4C6861) is known color: Stromboli. HEX triplet: 4C, 68 and 61. RGB value is (76,104,97). Sum of RGB (Red+Green+Blue) = 76+104+97=277 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.44% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 104 - color contains mainly: green. Hex color #4C6861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6861 is #B3979E. Grayscale: #5E5E5E. Windows color (decimal): -11769759 or 6383692. OLE color: 6383692.

HSL color Cylindrical-coordinate representation of color #4C6861: hue angle of 165º 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 #4C6861 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 76 104 97 -
CMYK 0.27 0 0.07 0.59
HSL 165º 0.16% 0.35% -
HSV(B) 165º 0.27% 0.41% -
XYZ 10.09 12.3 13.15 -
YUV 94.83 129.22 114.57 -
System Red Green Blue C M Y K H S L
Decimal 76 104 97 0.27 0 0.07 0.59 165 0.16 0.35
Hex 4C 68 61 1B 0 7 3B A5 10 23
Octal 114 150 141 33 0 7 73 245 20 43
Binary 1001100 1101000 1100001 11011 0 111 111011 10100101 10000 100011

Color Harmonies of #4C6861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6861

Black with #4C6861

Text Example


Text Example

White with #4C6861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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