Html Css Color HEX #488178 Breaker Bay

📋 copy color: '#488178'

red 72 ◦ green 129 ◦ blue 120

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

Shades of Breaker Bay #488178

Tints of Breaker Bay #488178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.38%

R = 22.43%
G = 40.19%
B = 37.38%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#488178 (or 0x488178) is known color: Breaker Bay. HEX triplet: 48, 81 and 78. RGB value is (72,129,120). Sum of RGB (Red+Green+Blue) = 72+129+120=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 129 - color contains mainly: green. Hex color #488178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488178 is #B77E87. Grayscale: #6E6E6E. Windows color (decimal): -12025480 or 7897416. OLE color: 7897416.

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

Color convert

RGB 72 129 120 -
CMYK 0.44 0 0.07 0.49
HSL 170.53º 0.28% 0.39% -
HSV(B) 170.53º 0.44% 0.51% -
XYZ 13.91 18.43 20.59 -
YUV 110.93 133.12 100.23 -
System Red Green Blue C M Y K H S L
Decimal 72 129 120 0.44 0 0.07 0.49 170.53 0.28 0.39
Hex 48 81 78 2C 0 7 31 AB 1C 27
Octal 110 201 170 54 0 7 61 253 34 47
Binary 1001000 10000001 1111000 101100 0 111 110001 10101011 11100 100111

Color Harmonies of #488178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488178

Black with #488178

Text Example


Text Example

White with #488178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488178; }

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

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

background-color css

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

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

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

border-color css

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

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

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