#48847B

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

Shades of Breaker Bay #48847B

Tints of Breaker Bay #48847B

Color information

#48847B (or 0x48847B) is unknown color: approx Breaker Bay. HEX triplet: 48, 84 and 7B. RGB value is (72,132,123). Sum of RGB (Red+Green+Blue) = 72+132+123=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 132 - color contains mainly: green. Hex color #48847B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48847B is #B77B84. Grayscale: #717171. Windows color (decimal): -12024709 or 8094792. OLE color: 8094792.

HSL color Cylindrical-coordinate representation of color #48847B: hue angle of 171º 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 #48847B is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB72132123-
CMYK0.4500.070.48
HSL171º29.41%40%-
HSV(B)171º45.45%51.76%-
XYZ14.519.3121.7-
YUV113.03133.6298.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.02%
GREEN value IS 132 (51.95% from 255) = 40.37%
BLUE value IS 123 (48.44% from 255) = 37.61%
R=22.02%
G=40.37%
B=37.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721321230.4500.070.4817129.4140
Hex48847B2D0730ab1d28
Octal1102041735507602533550
Binary100100010000100111101110110101111100001010101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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