#4F7876

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

Shades of Breaker Bay #4F7876

Tints of Breaker Bay #4F7876

Color information

#4F7876 (or 0x4F7876) is unknown color: approx Breaker Bay. HEX triplet: 4F, 78 and 76. RGB value is (79,120,118). Sum of RGB (Red+Green+Blue) = 79+120+118=317 (41% of max value = 765). Red value is 79 (31.25% from 255 or 24.92% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 120 - color contains mainly: green. Hex color #4F7876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7876 is #B08789. Grayscale: #6B6B6B. Windows color (decimal): -11569034 or 7764047. OLE color: 7764047.

HSL color Cylindrical-coordinate representation of color #4F7876: hue angle of 177.07º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F7876 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB79120118-
CMYK0.3400.020.53
HSL177.07º20.6%39.02%-
HSV(B)177.07º34.17%47.06%-
XYZ13.2116.419.61-
YUV107.51133.92107.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.92%
GREEN value IS 120 (47.27% from 255) = 37.85%
BLUE value IS 118 (46.48% from 255) = 37.22%
R=24.92%
G=37.85%
B=37.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal791201180.3400.020.53177.0720.639.02
Hex4F7876220235b11527
Octal1171701664202652612547
Binary1001111111100011101101000100101101011011000110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,120,118); }

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

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

 a { background-color: rgb(79,120,118); }

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

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

 span { border-color: rgb(79,120,118); }

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