#4F857D

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

Shades of Breaker Bay #4F857D

Tints of Breaker Bay #4F857D

Color information

#4F857D (or 0x4F857D) is unknown color: approx Breaker Bay. HEX triplet: 4F, 85 and 7D. RGB value is (79,133,125). Sum of RGB (Red+Green+Blue) = 79+133+125=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 133 - color contains mainly: green. Hex color #4F857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F857D is #B07A82. Grayscale: #737373. Windows color (decimal): -11565699 or 8226127. OLE color: 8226127.

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

Color convert

RGB79133125-
CMYK0.4100.060.48
HSL171.11º25.47%41.57%-
HSV(B)171.11º40.6%52.16%-
XYZ15.3119.9222.44-
YUV115.94133.11101.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.44%
GREEN value IS 133 (52.34% from 255) = 39.47%
BLUE value IS 125 (49.22% from 255) = 37.09%
R=23.44%
G=39.47%
B=37.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal791331250.4100.060.48171.1125.4741.57
Hex4F857D290630ab192a
Octal1172051755106602533152
Binary100111110000101111110110100101101100001010101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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