#4F817B

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

Shades of Breaker Bay #4F817B

Tints of Breaker Bay #4F817B

Color information

#4F817B (or 0x4F817B) is unknown color: approx Breaker Bay. HEX triplet: 4F, 81 and 7B. RGB value is (79,129,123). Sum of RGB (Red+Green+Blue) = 79+129+123=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 129 - color contains mainly: green. Hex color #4F817B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F817B is #B07E84. Grayscale: #717171. Windows color (decimal): -11566725 or 8094031. OLE color: 8094031.

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

Color convert

RGB79129123-
CMYK0.3900.050.49
HSL172.8º24.04%40.78%-
HSV(B)172.8º38.76%50.59%-
XYZ14.6518.7921.59-
YUV113.37133.44103.49-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.87%
GREEN value IS 129 (50.78% from 255) = 38.97%
BLUE value IS 123 (48.44% from 255) = 37.16%
R=23.87%
G=38.97%
B=37.16%

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
Decimal791291230.3900.050.49172.824.0440.78
Hex4F817B270531ad1829
Octal1172011734705612553051
Binary100111110000001111101110011101011100011010110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,129,123); }

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

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

 a { background-color: rgb(79,129,123); }

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

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

 span { border-color: rgb(79,129,123); }

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