#487875

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

Shades of Breaker Bay #487875

Tints of Breaker Bay #487875

Color information

#487875 (or 0x487875) is unknown color: approx Breaker Bay. HEX triplet: 48, 78 and 75. RGB value is (72,120,117). Sum of RGB (Red+Green+Blue) = 72+120+117=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 120 - color contains mainly: green. Hex color #487875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487875 is #B7878A. Grayscale: #696969. Windows color (decimal): -12027787 or 7698504. OLE color: 7698504.

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

Color convert

RGB72120117-
CMYK0.4000.020.53
HSL176.25º25%37.65%-
HSV(B)176.25º40%47.06%-
XYZ12.616.119.27-
YUV105.31134.6104.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.30%
GREEN value IS 120 (47.27% from 255) = 38.83%
BLUE value IS 117 (46.09% from 255) = 37.86%
R=23.30%
G=38.83%
B=37.86%

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
Decimal721201170.4000.020.53176.252537.65
Hex487875280235b01926
Octal1101701655002652603146
Binary1001000111100011101011010000101101011011000011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487875; }

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

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

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

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

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

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

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

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