#4C847F

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

Shades of Breaker Bay #4C847F

Tints of Breaker Bay #4C847F

Color information

#4C847F (or 0x4C847F) is unknown color: approx Breaker Bay. HEX triplet: 4C, 84 and 7F. RGB value is (76,132,127). Sum of RGB (Red+Green+Blue) = 76+132+127=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 132 - color contains mainly: green. Hex color #4C847F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C847F is #B37B80. Grayscale: #727272. Windows color (decimal): -11762561 or 8356940. OLE color: 8356940.

HSL color Cylindrical-coordinate representation of color #4C847F: hue angle of 174.64º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C847F is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB76132127-
CMYK0.4200.040.48
HSL174.64º26.92%40.78%-
HSV(B)174.64º42.42%51.76%-
XYZ15.0619.5723.06-
YUV114.69134.95100.41-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.69%
GREEN value IS 132 (51.95% from 255) = 39.40%
BLUE value IS 127 (50% from 255) = 37.91%
R=22.69%
G=39.40%
B=37.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal761321270.4200.040.48174.6426.9240.78
Hex4C847F2A0430af1b29
Octal1142041775204602573351
Binary100110010000100111111110101001001100001010111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,132,127); }

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

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

 a { background-color: rgb(76,132,127); }

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

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

 span { border-color: rgb(76,132,127); }

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