Html Css Color HEX #488478 Breaker Bay

📋 copy color: '#488478'

red 72 ◦ green 132 ◦ blue 120

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

Shades of Breaker Bay #488478

Tints of Breaker Bay #488478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.74%

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

R = 22.22%
G = 40.74%
B = 37.04%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#488478 (or 0x488478) is known color: Breaker Bay. HEX triplet: 48, 84 and 78. RGB value is (72,132,120). Sum of RGB (Red+Green+Blue) = 72+132+120=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 132 - color contains mainly: green. Hex color #488478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488478 is #B77B87. Grayscale: #707070. Windows color (decimal): -12024712 or 7898184. OLE color: 7898184.

HSL color Cylindrical-coordinate representation of color #488478: hue angle of 168º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #488478 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 132 120 -
CMYK 0.45 0 0.09 0.48
HSL 168º 0.29% 0.4% -
HSV(B) 168º 0.45% 0.52% -
XYZ 14.31 19.24 20.73 -
YUV 112.69 132.12 98.98 -
System Red Green Blue C M Y K H S L
Decimal 72 132 120 0.45 0 0.09 0.48 168 0.29 0.4
Hex 48 84 78 2D 0 9 30 A8 1D 28
Octal 110 204 170 55 0 11 60 250 35 50
Binary 1001000 10000100 1111000 101101 0 1001 110000 10101000 11101 101000

Color Harmonies of #488478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488478

Black with #488478

Text Example


Text Example

White with #488478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488478; }

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

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

background-color css

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

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

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

border-color css

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

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

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