#4F8480

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

Shades of Breaker Bay #4F8480

Tints of Breaker Bay #4F8480

Color information

#4F8480 (or 0x4F8480) is unknown color: approx Breaker Bay. HEX triplet: 4F, 84 and 80. RGB value is (79,132,128). Sum of RGB (Red+Green+Blue) = 79+132+128=339 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.30% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 132 - color contains mainly: green. Hex color #4F8480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8480 is #B07B7F. Grayscale: #737373. Windows color (decimal): -11565952 or 8422479. OLE color: 8422479.

HSL color Cylindrical-coordinate representation of color #4F8480: hue angle of 175.47º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F8480 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB79132128-
CMYK0.4000.030.48
HSL175.47º25.12%41.37%-
HSV(B)175.47º40.15%51.76%-
XYZ15.3719.7223.42-
YUV115.7134.94101.83-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.30%
GREEN value IS 132 (51.95% from 255) = 38.94%
BLUE value IS 128 (50.39% from 255) = 37.76%
R=23.30%
G=38.94%
B=37.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal791321280.4000.030.48175.4725.1241.37
Hex4F8480280330af1929
Octal1172042005003602573151
Binary100111110000100100000001010000111100001010111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,132,128); }

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

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

 a { background-color: rgb(79,132,128); }

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

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

 span { border-color: rgb(79,132,128); }

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