#4F7773

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

Shades of Breaker Bay #4F7773

Tints of Breaker Bay #4F7773

Color information

#4F7773 (or 0x4F7773) is unknown color: approx Breaker Bay. HEX triplet: 4F, 77 and 73. RGB value is (79,119,115). Sum of RGB (Red+Green+Blue) = 79+119+115=313 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.24% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 119 - color contains mainly: green. Hex color #4F7773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7773 is #B0888C. Grayscale: #6A6A6A. Windows color (decimal): -11569293 or 7567183. OLE color: 7567183.

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

Color convert

RGB79119115-
CMYK0.3400.030.53
HSL174º20.2%38.82%-
HSV(B)174º33.61%46.67%-
XYZ12.9216.0918.65-
YUV106.58132.75108.33-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.24%
GREEN value IS 119 (46.88% from 255) = 38.02%
BLUE value IS 115 (45.31% from 255) = 36.74%
R=25.24%
G=38.02%
B=36.74%

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
Decimal791191150.3400.030.5317420.238.82
Hex4F7773220335ae1427
Octal1171671634203652562447
Binary1001111111011111100111000100111101011010111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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