#4F847C

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

Shades of Breaker Bay #4F847C

Tints of Breaker Bay #4F847C

Color information

#4F847C (or 0x4F847C) is unknown color: approx Breaker Bay. HEX triplet: 4F, 84 and 7C. RGB value is (79,132,124). Sum of RGB (Red+Green+Blue) = 79+132+124=335 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.58% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 132 - color contains mainly: green. Hex color #4F847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F847C is #B07B83. Grayscale: #737373. Windows color (decimal): -11565956 or 8160335. OLE color: 8160335.

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

Color convert

RGB79132124-
CMYK0.4000.060.48
HSL170.94º25.12%41.37%-
HSV(B)170.94º40.15%51.76%-
XYZ15.1119.6222.06-
YUV115.24132.94102.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.58%
GREEN value IS 132 (51.95% from 255) = 39.40%
BLUE value IS 124 (48.83% from 255) = 37.01%
R=23.58%
G=39.40%
B=37.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal791321240.4000.060.48170.9425.1241.37
Hex4F847C280630ab1929
Octal1172041745006602533151
Binary100111110000100111110010100001101100001010101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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