#487B79

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

Shades of Breaker Bay #487B79

Tints of Breaker Bay #487B79

Color information

#487B79 (or 0x487B79) is unknown color: approx Breaker Bay. HEX triplet: 48, 7B and 79. RGB value is (72,123,121). Sum of RGB (Red+Green+Blue) = 72+123+121=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 123 - color contains mainly: green. Hex color #487B79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487B79 is #B78486. Grayscale: #6B6B6B. Windows color (decimal): -12027015 or 7961416. OLE color: 7961416.

HSL color Cylindrical-coordinate representation of color #487B79: hue angle of 177.65º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #487B79 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB72123121-
CMYK0.4100.020.52
HSL177.65º26.15%38.24%-
HSV(B)177.65º41.46%48.24%-
XYZ13.2116.9220.66-
YUV107.52135.6102.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.78%
GREEN value IS 123 (48.44% from 255) = 38.92%
BLUE value IS 121 (47.66% from 255) = 38.29%
R=22.78%
G=38.92%
B=38.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal721231210.4100.020.52177.6526.1538.24
Hex487B79290234b21a26
Octal1101731715102642623246
Binary1001000111101111110011010010101101001011001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487B79; }

 p { color: rgb(72,123,121); }

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

<style>
 a { background-color: #487B79; }

 a { background-color: rgb(72,123,121); }

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

<style>
 span { border-color: #487B79; }

 span { border-color: rgb(72,123,121); }

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