#48817D

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

Shades of Breaker Bay #48817D

Tints of Breaker Bay #48817D

Color information

#48817D (or 0x48817D) is unknown color: approx Breaker Bay. HEX triplet: 48, 81 and 7D. RGB value is (72,129,125). Sum of RGB (Red+Green+Blue) = 72+129+125=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 129 - color contains mainly: green. Hex color #48817D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48817D is #B77E82. Grayscale: #6F6F6F. Windows color (decimal): -12025475 or 8225096. OLE color: 8225096.

HSL color Cylindrical-coordinate representation of color #48817D: hue angle of 175.79º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #48817D is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB72129125-
CMYK0.4400.030.49
HSL175.79º28.36%39.41%-
HSV(B)175.79º44.19%50.59%-
XYZ14.2218.5622.23-
YUV111.5135.6299.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.09%
GREEN value IS 129 (50.78% from 255) = 39.57%
BLUE value IS 125 (49.22% from 255) = 38.34%
R=22.09%
G=39.57%
B=38.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721291250.4400.030.49175.7928.3639.41
Hex48817D2C0331b01c27
Octal1102011755403612603447
Binary10010001000000111111011011000111100011011000011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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