#4F807A

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

Shades of Breaker Bay #4F807A

Tints of Breaker Bay #4F807A

Color information

#4F807A (or 0x4F807A) is unknown color: approx Breaker Bay. HEX triplet: 4F, 80 and 7A. RGB value is (79,128,122). Sum of RGB (Red+Green+Blue) = 79+128+122=329 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.01% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 128 - color contains mainly: green. Hex color #4F807A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F807A is #B07F85. Grayscale: #707070. Windows color (decimal): -11566982 or 8028239. OLE color: 8028239.

HSL color Cylindrical-coordinate representation of color #4F807A: hue angle of 172.65º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F807A is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB79128122-
CMYK0.3800.050.50
HSL172.65º23.67%40.59%-
HSV(B)172.65º38.28%50.2%-
XYZ14.4618.5121.22-
YUV112.66133.27103.99-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.01%
GREEN value IS 128 (50.39% from 255) = 38.91%
BLUE value IS 122 (48.05% from 255) = 37.08%
R=24.01%
G=38.91%
B=37.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal791281220.3800.050.50172.6523.6740.59
Hex4F807A260532ad1829
Octal1172001724605622553051
Binary100111110000000111101010011001011100101010110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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