Html Css Color HEX #488079 Breaker Bay

📋 copy color: '#488079'

red 72 ◦ green 128 ◦ blue 121

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

Shades of Breaker Bay #488079

Tints of Breaker Bay #488079

RGB

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

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

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

R = 22.43%
G = 39.88%
B = 37.69%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#488079 (or 0x488079) is known color: Breaker Bay. HEX triplet: 48, 80 and 79. RGB value is (72,128,121). Sum of RGB (Red+Green+Blue) = 72+128+121=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 128 - color contains mainly: green. Hex color #488079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488079 is #B77F86. Grayscale: #6E6E6E. Windows color (decimal): -12025735 or 7962696. OLE color: 7962696.

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

Color convert

RGB 72 128 121 -
CMYK 0.44 0 0.05 0.50
HSL 172.5º 0.28% 0.39% -
HSV(B) 172.5º 0.44% 0.5% -
XYZ 13.84 18.2 20.87 -
YUV 110.46 133.95 100.57 -
System Red Green Blue C M Y K H S L
Decimal 72 128 121 0.44 0 0.05 0.50 172.5 0.28 0.39
Hex 48 80 79 2C 0 5 32 AC 1C 27
Octal 110 200 171 54 0 5 62 254 34 47
Binary 1001000 10000000 1111001 101100 0 101 110010 10101100 11100 100111

Color Harmonies of #488079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488079

Black with #488079

Text Example


Text Example

White with #488079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488079; }

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

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

background-color css

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

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

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

border-color css

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

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

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