Html Css Color HEX #488179 Breaker Bay

📋 copy color: '#488179'

red 72 ◦ green 129 ◦ blue 121

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

Shades of Breaker Bay #488179

Tints of Breaker Bay #488179

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.06%

 BLUE value IS 121 (47.66% from 255) = 37.58%

R = 22.36%
G = 40.06%
B = 37.58%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#488179 (or 0x488179) is known color: Breaker Bay. HEX triplet: 48, 81 and 79. RGB value is (72,129,121). Sum of RGB (Red+Green+Blue) = 72+129+121=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 129 - color contains mainly: green. Hex color #488179 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488179 is #B77E86. Grayscale: #6F6F6F. Windows color (decimal): -12025479 or 7962952. OLE color: 7962952.

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

Color convert

RGB 72 129 121 -
CMYK 0.44 0 0.06 0.49
HSL 171.58º 0.28% 0.39% -
HSV(B) 171.58º 0.44% 0.51% -
XYZ 13.97 18.46 20.92 -
YUV 111.05 133.62 100.15 -
System Red Green Blue C M Y K H S L
Decimal 72 129 121 0.44 0 0.06 0.49 171.58 0.28 0.39
Hex 48 81 79 2C 0 6 31 AC 1C 27
Octal 110 201 171 54 0 6 61 254 34 47
Binary 1001000 10000001 1111001 101100 0 110 110001 10101100 11100 100111

Color Harmonies of #488179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488179

Black with #488179

Text Example


Text Example

White with #488179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488179; }

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

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

background-color css

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

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

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

border-color css

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

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

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