Html Css Color HEX #48807C Breaker Bay

📋 copy color: '#48807C'

red 72 ◦ green 128 ◦ blue 124

#48807C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Breaker Bay #48807C

Tints of Breaker Bay #48807C

RGB

 RED value IS 72 (28.52% from 255) = 22.22%

 GREEN value IS 128 (50.39% from 255) = 39.51%

 BLUE value IS 124 (48.83% from 255) = 38.27%

R = 22.22%
G = 39.51%
B = 38.27%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#48807C (or 0x48807C) is known color: Breaker Bay. HEX triplet: 48, 80 and 7C. RGB value is (72,128,124). Sum of RGB (Red+Green+Blue) = 72+128+124=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 128 - color contains mainly: green. Hex color #48807C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48807C is #B77F83. Grayscale: #6E6E6E. Windows color (decimal): -12025732 or 8159304. OLE color: 8159304.

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

Color convert

RGB 72 128 124 -
CMYK 0.44 0 0.03 0.50
HSL 175.71º 0.28% 0.39% -
HSV(B) 175.71º 0.44% 0.5% -
XYZ 14.03 18.27 21.86 -
YUV 110.8 135.45 100.33 -
System Red Green Blue C M Y K H S L
Decimal 72 128 124 0.44 0 0.03 0.50 175.71 0.28 0.39
Hex 48 80 7C 2C 0 3 32 B0 1C 27
Octal 110 200 174 54 0 3 62 260 34 47
Binary 1001000 10000000 1111100 101100 0 11 110010 10110000 11100 100111

Color Harmonies of #48807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48807C

Black with #48807C

Text Example


Text Example

White with #48807C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48807C;
 }
 .AnyTagClassName
 {
   color: #48807C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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