#4F7774

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

Shades of Breaker Bay #4F7774

Tints of Breaker Bay #4F7774

Color information

#4F7774 (or 0x4F7774) is unknown color: approx Breaker Bay. HEX triplet: 4F, 77 and 74. RGB value is (79,119,116). Sum of RGB (Red+Green+Blue) = 79+119+116=314 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.16% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 119 - color contains mainly: green. Hex color #4F7774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7774 is #B0888B. Grayscale: #6A6A6A. Windows color (decimal): -11569292 or 7632719. OLE color: 7632719.

HSL color Cylindrical-coordinate representation of color #4F7774: hue angle of 175.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 #4F7774 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB79119116-
CMYK0.3400.030.53
HSL175.5º20.2%38.82%-
HSV(B)175.5º33.61%46.67%-
XYZ12.9716.1218.95-
YUV106.7133.25108.24-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.16%
GREEN value IS 119 (46.88% from 255) = 37.90%
BLUE value IS 116 (45.70% from 255) = 36.94%
R=25.16%
G=37.90%
B=36.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal791191160.3400.030.53175.520.238.82
Hex4F7774220335b01427
Octal1171671644203652602447
Binary1001111111011111101001000100111101011011000010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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