#48817C

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

Shades of Breaker Bay #48817C

Tints of Breaker Bay #48817C

Color information

#48817C (or 0x48817C) is unknown color: approx Breaker Bay. HEX triplet: 48, 81 and 7C. RGB value is (72,129,124). Sum of RGB (Red+Green+Blue) = 72+129+124=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 129 - color contains mainly: green. Hex color #48817C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48817C is #B77E83. Grayscale: #6F6F6F. Windows color (decimal): -12025476 or 8159560. OLE color: 8159560.

HSL color Cylindrical-coordinate representation of color #48817C: hue angle of 174.74º 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 #48817C is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB72129124-
CMYK0.4400.040.49
HSL174.74º28.36%39.41%-
HSV(B)174.74º44.19%50.59%-
XYZ14.1618.5321.9-
YUV111.39135.1299.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.15%
GREEN value IS 129 (50.78% from 255) = 39.69%
BLUE value IS 124 (48.83% from 255) = 38.15%
R=22.15%
G=39.69%
B=38.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721291240.4400.040.49174.7428.3639.41
Hex48817C2C0431af1c27
Octal1102011745404612573447
Binary100100010000001111110010110001001100011010111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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