#487C7B

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

Shades of Breaker Bay #487C7B

Tints of Breaker Bay #487C7B

Color information

#487C7B (or 0x487C7B) is unknown color: approx Breaker Bay. HEX triplet: 48, 7C and 7B. RGB value is (72,124,123). Sum of RGB (Red+Green+Blue) = 72+124+123=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 124 - color contains mainly: green. Hex color #487C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487C7B is #B78384. Grayscale: #6C6C6C. Windows color (decimal): -12026757 or 8092744. OLE color: 8092744.

HSL color Cylindrical-coordinate representation of color #487C7B: hue angle of 178.85º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #487C7B is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB72124123-
CMYK0.4200.010.51
HSL178.85º26.53%38.43%-
HSV(B)178.85º41.94%48.63%-
XYZ13.4617.2221.35-
YUV108.34136.27102.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.57%
GREEN value IS 124 (48.83% from 255) = 38.87%
BLUE value IS 123 (48.44% from 255) = 38.56%
R=22.57%
G=38.87%
B=38.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal721241230.4200.010.51178.8526.5338.43
Hex487C7B2A0133b31b26
Octal1101741735201632633346
Binary100100011111001111011101010011100111011001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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