#487976

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

Shades of Breaker Bay #487976

Tints of Breaker Bay #487976

Color information

#487976 (or 0x487976) is unknown color: approx Breaker Bay. HEX triplet: 48, 79 and 76. RGB value is (72,121,118). Sum of RGB (Red+Green+Blue) = 72+121+118=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 121 - color contains mainly: green. Hex color #487976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487976 is #B78689. Grayscale: #696969. Windows color (decimal): -12027530 or 7764296. OLE color: 7764296.

HSL color Cylindrical-coordinate representation of color #487976: hue angle of 176.33º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #487976 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB72121118-
CMYK0.4000.020.53
HSL176.33º25.39%37.84%-
HSV(B)176.33º40.5%47.45%-
XYZ12.7816.3619.62-
YUV106.01134.77103.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.15%
GREEN value IS 121 (47.66% from 255) = 38.91%
BLUE value IS 118 (46.48% from 255) = 37.94%
R=23.15%
G=38.91%
B=37.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721211180.4000.020.53176.3325.3937.84
Hex487976280235b01926
Octal1101711665002652603146
Binary1001000111100111101101010000101101011011000011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487976; }

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

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

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

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

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

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

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

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