#48847D

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

Shades of Breaker Bay #48847D

Tints of Breaker Bay #48847D

Color information

#48847D (or 0x48847D) is unknown color: approx Breaker Bay. HEX triplet: 48, 84 and 7D. RGB value is (72,132,125). Sum of RGB (Red+Green+Blue) = 72+132+125=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #48847D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48847D is #B77B82. Grayscale: #717171. Windows color (decimal): -12024707 or 8225864. OLE color: 8225864.

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

Color convert

RGB72132125-
CMYK0.4500.050.48
HSL173º29.41%40%-
HSV(B)173º45.45%51.76%-
XYZ14.6319.3622.37-
YUV113.26134.6298.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.88%
GREEN value IS 132 (51.95% from 255) = 40.12%
BLUE value IS 125 (49.22% from 255) = 37.99%
R=21.88%
G=40.12%
B=37.99%

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
Decimal721321250.4500.050.4817329.4140
Hex48847D2D0530ad1d28
Octal1102041755505602553550
Binary100100010000100111110110110101011100001010110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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