#4F8276

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

Shades of Breaker Bay #4F8276

Tints of Breaker Bay #4F8276

Color information

#4F8276 (or 0x4F8276) is unknown color: approx Breaker Bay. HEX triplet: 4F, 82 and 76. RGB value is (79,130,118). Sum of RGB (Red+Green+Blue) = 79+130+118=327 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.16% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 130 - color contains mainly: green. Hex color #4F8276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8276 is #B07D89. Grayscale: #717171. Windows color (decimal): -11566474 or 7766607. OLE color: 7766607.

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

Color convert

RGB79130118-
CMYK0.3900.090.49
HSL165.88º24.4%40.98%-
HSV(B)165.88º39.23%50.98%-
XYZ14.4818.9420.03-
YUV113.38130.6103.48-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.16%
GREEN value IS 130 (51.17% from 255) = 39.76%
BLUE value IS 118 (46.48% from 255) = 36.09%
R=24.16%
G=39.76%
B=36.09%

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
Decimal791301180.3900.090.49165.8824.440.98
Hex4F8276270931a61829
Octal11720216647011612463051
Binary1001111100000101110110100111010011100011010011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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