#48827A

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

Shades of Breaker Bay #48827A

Tints of Breaker Bay #48827A

Color information

#48827A (or 0x48827A) is unknown color: approx Breaker Bay. HEX triplet: 48, 82 and 7A. RGB value is (72,130,122). Sum of RGB (Red+Green+Blue) = 72+130+122=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #48827A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48827A is #B77D85. Grayscale: #6F6F6F. Windows color (decimal): -12025222 or 8028744. OLE color: 8028744.

HSL color Cylindrical-coordinate representation of color #48827A: hue angle of 171.72º 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 #48827A is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB72130122-
CMYK0.4500.060.49
HSL171.72º28.71%39.61%-
HSV(B)171.72º44.62%50.98%-
XYZ14.1718.7521.28-
YUV111.75133.7899.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.22%
GREEN value IS 130 (51.17% from 255) = 40.12%
BLUE value IS 122 (48.05% from 255) = 37.65%
R=22.22%
G=40.12%
B=37.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721301220.4500.060.49171.7228.7139.61
Hex48827A2D0631ac1d28
Octal1102021725506612543550
Binary100100010000010111101010110101101100011010110011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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