#487975

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

Shades of Breaker Bay #487975

Tints of Breaker Bay #487975

Color information

#487975 (or 0x487975) is unknown color: approx Breaker Bay. HEX triplet: 48, 79 and 75. RGB value is (72,121,117). Sum of RGB (Red+Green+Blue) = 72+121+117=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 121 - color contains mainly: green. Hex color #487975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487975 is #B7868A. Grayscale: #696969. Windows color (decimal): -12027531 or 7698760. OLE color: 7698760.

HSL color Cylindrical-coordinate representation of color #487975: hue angle of 175.1º 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 #487975 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB72121117-
CMYK0.4000.030.53
HSL175.1º25.39%37.84%-
HSV(B)175.1º40.5%47.45%-
XYZ12.7216.3419.31-
YUV105.89134.27103.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.23%
GREEN value IS 121 (47.66% from 255) = 39.03%
BLUE value IS 117 (46.09% from 255) = 37.74%
R=23.23%
G=39.03%
B=37.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721211170.4000.030.53175.125.3937.84
Hex487975280335af1926
Octal1101711655003652573146
Binary1001000111100111101011010000111101011010111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487975; }

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

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

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

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

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

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

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

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