#48847C

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

Shades of Breaker Bay #48847C

Tints of Breaker Bay #48847C

Color information

#48847C (or 0x48847C) is unknown color: approx Breaker Bay. HEX triplet: 48, 84 and 7C. RGB value is (72,132,124). Sum of RGB (Red+Green+Blue) = 72+132+124=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 132 - color contains mainly: green. Hex color #48847C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48847C is #B77B83. Grayscale: #717171. Windows color (decimal): -12024708 or 8160328. OLE color: 8160328.

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

Color convert

RGB72132124-
CMYK0.4500.060.48
HSL172º29.41%40%-
HSV(B)172º45.45%51.76%-
XYZ14.5619.3422.03-
YUV113.15134.1298.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.95%
GREEN value IS 132 (51.95% from 255) = 40.24%
BLUE value IS 124 (48.83% from 255) = 37.80%
R=21.95%
G=40.24%
B=37.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721321240.4500.060.4817229.4140
Hex48847C2D0630ac1d28
Octal1102041745506602543550
Binary100100010000100111110010110101101100001010110011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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