#4F8178

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

Shades of Breaker Bay #4F8178

Tints of Breaker Bay #4F8178

Color information

#4F8178 (or 0x4F8178) is unknown color: approx Breaker Bay. HEX triplet: 4F, 81 and 78. RGB value is (79,129,120). Sum of RGB (Red+Green+Blue) = 79+129+120=328 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.09% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 129 - color contains mainly: green. Hex color #4F8178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8178 is #B07E87. Grayscale: #717171. Windows color (decimal): -11566728 or 7897423. OLE color: 7897423.

HSL color Cylindrical-coordinate representation of color #4F8178: hue angle of 169.2º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F8178 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB79129120-
CMYK0.3900.070.49
HSL169.2º24.04%40.78%-
HSV(B)169.2º38.76%50.59%-
XYZ14.4618.7220.62-
YUV113.02131.94103.73-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.09%
GREEN value IS 129 (50.78% from 255) = 39.33%
BLUE value IS 120 (47.27% from 255) = 36.59%
R=24.09%
G=39.33%
B=36.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal791291200.3900.070.49169.224.0440.78
Hex4F8178270731a91829
Octal1172011704707612513051
Binary100111110000001111100010011101111100011010100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,129,120); }

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

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

 a { background-color: rgb(79,129,120); }

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

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

 span { border-color: rgb(79,129,120); }

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