#4F8176

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

Shades of Breaker Bay #4F8176

Tints of Breaker Bay #4F8176

Color information

#4F8176 (or 0x4F8176) is unknown color: approx Breaker Bay. HEX triplet: 4F, 81 and 76. RGB value is (79,129,118). Sum of RGB (Red+Green+Blue) = 79+129+118=326 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.23% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 129 - color contains mainly: green. Hex color #4F8176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8176 is #B07E89. Grayscale: #707070. Windows color (decimal): -11566730 or 7766351. OLE color: 7766351.

HSL color Cylindrical-coordinate representation of color #4F8176: hue angle of 166.8º 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 #4F8176 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB79129118-
CMYK0.3900.090.49
HSL166.8º24.04%40.78%-
HSV(B)166.8º38.76%50.59%-
XYZ14.3418.6719.99-
YUV112.8130.94103.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.23%
GREEN value IS 129 (50.78% from 255) = 39.57%
BLUE value IS 118 (46.48% from 255) = 36.20%
R=24.23%
G=39.57%
B=36.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal791291180.3900.090.49166.824.0440.78
Hex4F8176270931a71829
Octal11720116647011612473051
Binary1001111100000011110110100111010011100011010011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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