#48827C

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

Shades of Breaker Bay #48827C

Tints of Breaker Bay #48827C

Color information

#48827C (or 0x48827C) is unknown color: approx Breaker Bay. HEX triplet: 48, 82 and 7C. RGB value is (72,130,124). Sum of RGB (Red+Green+Blue) = 72+130+124=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 130 - color contains mainly: green. Hex color #48827C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48827C is #B77D83. Grayscale: #6F6F6F. Windows color (decimal): -12025220 or 8159816. OLE color: 8159816.

HSL color Cylindrical-coordinate representation of color #48827C: hue angle of 173.79º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48827C is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB72130124-
CMYK0.4500.050.49
HSL173.79º28.71%39.61%-
HSV(B)173.79º44.62%50.98%-
XYZ14.2918.821.94-
YUV111.97134.7899.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.09%
GREEN value IS 130 (51.17% from 255) = 39.88%
BLUE value IS 124 (48.83% from 255) = 38.04%
R=22.09%
G=39.88%
B=38.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721301240.4500.050.49173.7928.7139.61
Hex48827C2D0531ae1d28
Octal1102021745505612563550
Binary100100010000010111110010110101011100011010111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48827C; }

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

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

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

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

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

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

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

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