#4C7979

Color #4C7979 Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #4C7979

Tints of Breaker Bay #4C7979

Color information

#4C7979 (or 0x4C7979) is unknown color: approx Breaker Bay. HEX triplet: 4C, 79 and 79. RGB value is (76,121,121). Sum of RGB (Red+Green+Blue) = 76+121+121=318 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.90% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 121 - color contains mainly: green, blue. Hex color #4C7979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7979 is #B38686. Grayscale: #6B6B6B. Windows color (decimal): -11765383 or 7960908. OLE color: 7960908.

HSL color Cylindrical-coordinate representation of color #4C7979: hue angle of 180º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4C7979 is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB76121121-
CMYK0.37000.53
HSL180º22.84%38.63%-
HSV(B)180º37.19%47.45%-
XYZ13.2716.5920.59-
YUV107.54135.59105.5-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.90%
GREEN value IS 121 (47.66% from 255) = 38.05%
BLUE value IS 121 (47.66% from 255) = 38.05%
R=23.90%
G=38.05%
B=38.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal761211210.37000.5318022.8438.63
Hex4C7979250035b41727
Octal1141711714500652642747
Binary100110011110011111001100101001101011011010010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,121,121); }

 H1.HeaderClassName
 {
   color: #4C7979;
 }
 .AnyTagClassName
 {
   color: #4C7979;
 }
</style>
background-color css

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

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

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

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

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

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