#4F847E

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

Shades of Breaker Bay #4F847E

Tints of Breaker Bay #4F847E

Color information

#4F847E (or 0x4F847E) is unknown color: approx Breaker Bay. HEX triplet: 4F, 84 and 7E. RGB value is (79,132,126). Sum of RGB (Red+Green+Blue) = 79+132+126=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 132 - color contains mainly: green. Hex color #4F847E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F847E is #B07B81. Grayscale: #737373. Windows color (decimal): -11565954 or 8291407. OLE color: 8291407.

HSL color Cylindrical-coordinate representation of color #4F847E: hue angle of 173.21º 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 #4F847E is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB79132126-
CMYK0.4000.050.48
HSL173.21º25.12%41.37%-
HSV(B)173.21º40.15%51.76%-
XYZ15.2419.6722.73-
YUV115.47133.94101.99-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.44%
GREEN value IS 132 (51.95% from 255) = 39.17%
BLUE value IS 126 (49.61% from 255) = 37.39%
R=23.44%
G=39.17%
B=37.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal791321260.4000.050.48173.2125.1241.37
Hex4F847E280530ad1929
Octal1172041765005602553151
Binary100111110000100111111010100001011100001010110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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