#4F827F

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

Shades of Breaker Bay #4F827F

Tints of Breaker Bay #4F827F

Color information

#4F827F (or 0x4F827F) is unknown color: approx Breaker Bay. HEX triplet: 4F, 82 and 7F. RGB value is (79,130,127). Sum of RGB (Red+Green+Blue) = 79+130+127=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 130 - color contains mainly: green. Hex color #4F827F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F827F is #B07D80. Grayscale: #727272. Windows color (decimal): -11566465 or 8356431. OLE color: 8356431.

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

Color convert

RGB79130127-
CMYK0.3900.020.49
HSL176.47º24.4%40.98%-
HSV(B)176.47º39.23%50.98%-
XYZ15.0419.1622.98-
YUV114.41135.1102.74-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.51%
GREEN value IS 130 (51.17% from 255) = 38.69%
BLUE value IS 127 (50% from 255) = 37.80%
R=23.51%
G=38.69%
B=37.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal791301270.3900.020.49176.4724.440.98
Hex4F827F270231b01829
Octal1172021774702612603051
Binary10011111000001011111111001110101100011011000011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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