#4F827C

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

Shades of Breaker Bay #4F827C

Tints of Breaker Bay #4F827C

Color information

#4F827C (or 0x4F827C) is unknown color: approx Breaker Bay. HEX triplet: 4F, 82 and 7C. RGB value is (79,130,124). Sum of RGB (Red+Green+Blue) = 79+130+124=333 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.72% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 130 - color contains mainly: green. Hex color #4F827C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F827C is #B07D83. Grayscale: #727272. Windows color (decimal): -11566468 or 8159823. OLE color: 8159823.

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

Color convert

RGB79130124-
CMYK0.3900.050.49
HSL172.94º24.4%40.98%-
HSV(B)172.94º39.23%50.98%-
XYZ14.8519.0821.97-
YUV114.07133.6102.99-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.72%
GREEN value IS 130 (51.17% from 255) = 39.04%
BLUE value IS 124 (48.83% from 255) = 37.24%
R=23.72%
G=39.04%
B=37.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal791301240.3900.050.49172.9424.440.98
Hex4F827C270531ad1829
Octal1172021744705612553051
Binary100111110000010111110010011101011100011010110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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