#4F7776

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

Shades of Breaker Bay #4F7776

Tints of Breaker Bay #4F7776

Color information

#4F7776 (or 0x4F7776) is unknown color: approx Breaker Bay. HEX triplet: 4F, 77 and 76. RGB value is (79,119,118). Sum of RGB (Red+Green+Blue) = 79+119+118=316 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 119 - color contains mainly: green. Hex color #4F7776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7776 is #B08889. Grayscale: #6A6A6A. Windows color (decimal): -11569290 or 7763791. OLE color: 7763791.

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

Color convert

RGB79119118-
CMYK0.3400.010.53
HSL178.5º20.2%38.82%-
HSV(B)178.5º33.61%46.67%-
XYZ13.0916.1619.57-
YUV106.93134.25108.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25%
GREEN value IS 119 (46.88% from 255) = 37.66%
BLUE value IS 118 (46.48% from 255) = 37.34%
R=25%
G=37.66%
B=37.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal791191180.3400.010.53178.520.238.82
Hex4F7776220135b21427
Octal1171671664201652622447
Binary100111111101111110110100010011101011011001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,119,118); }

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

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

 a { background-color: rgb(79,119,118); }

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

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

 span { border-color: rgb(79,119,118); }

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