#4F847D

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

Shades of Breaker Bay #4F847D

Tints of Breaker Bay #4F847D

Color information

#4F847D (or 0x4F847D) is unknown color: approx Breaker Bay. HEX triplet: 4F, 84 and 7D. RGB value is (79,132,125). Sum of RGB (Red+Green+Blue) = 79+132+125=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 132 - color contains mainly: green. Hex color #4F847D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F847D is #B07B82. Grayscale: #737373. Windows color (decimal): -11565955 or 8225871. OLE color: 8225871.

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

Color convert

RGB79132125-
CMYK0.4000.050.48
HSL172.08º25.12%41.37%-
HSV(B)172.08º40.15%51.76%-
XYZ15.1819.6522.39-
YUV115.35133.44102.07-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.51%
GREEN value IS 132 (51.95% from 255) = 39.29%
BLUE value IS 125 (49.22% from 255) = 37.20%
R=23.51%
G=39.29%
B=37.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal791321250.4000.050.48172.0825.1241.37
Hex4F847D280530ac1929
Octal1172041755005602543151
Binary100111110000100111110110100001011100001010110011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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