#48847E

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

Shades of Breaker Bay #48847E

Tints of Breaker Bay #48847E

Color information

#48847E (or 0x48847E) is unknown color: approx Breaker Bay. HEX triplet: 48, 84 and 7E. RGB value is (72,132,126). Sum of RGB (Red+Green+Blue) = 72+132+126=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 132 - color contains mainly: green. Hex color #48847E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48847E is #B77B81. Grayscale: #717171. Windows color (decimal): -12024706 or 8291400. OLE color: 8291400.

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

Color convert

RGB72132126-
CMYK0.4500.050.48
HSL174º29.41%40%-
HSV(B)174º45.45%51.76%-
XYZ14.6919.3922.71-
YUV113.38135.1298.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.82%
GREEN value IS 132 (51.95% from 255) = 40%
BLUE value IS 126 (49.61% from 255) = 38.18%
R=21.82%
G=40%
B=38.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721321260.4500.050.4817429.4140
Hex48847E2D0530ae1d28
Octal1102041765505602563550
Binary100100010000100111111010110101011100001010111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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