#4C7F78

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

Shades of Breaker Bay #4C7F78

Tints of Breaker Bay #4C7F78

Color information

#4C7F78 (or 0x4C7F78) is unknown color: approx Breaker Bay. HEX triplet: 4C, 7F and 78. RGB value is (76,127,120). Sum of RGB (Red+Green+Blue) = 76+127+120=323 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.53% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 127 - color contains mainly: green. Hex color #4C7F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7F78 is #B38087. Grayscale: #6E6E6E. Windows color (decimal): -11763848 or 7896908. OLE color: 7896908.

HSL color Cylindrical-coordinate representation of color #4C7F78: hue angle of 171.76º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C7F78 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB76127120-
CMYK0.4000.060.50
HSL171.76º25.12%39.8%-
HSV(B)171.76º40.16%49.8%-
XYZ13.9618.0720.52-
YUV110.95133.1103.07-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.53%
GREEN value IS 127 (50% from 255) = 39.32%
BLUE value IS 120 (47.27% from 255) = 37.15%
R=23.53%
G=39.32%
B=37.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal761271200.4000.060.50171.7625.1239.8
Hex4C7F78280632ac1928
Octal1141771705006622543150
Binary10011001111111111100010100001101100101010110011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,127,120); }

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

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

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

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

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

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

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