Html Css Color HEX #4F8478 Breaker Bay

📋 copy color: '#4F8478'

red 79 ◦ green 132 ◦ blue 120

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

Shades of Breaker Bay #4F8478

Tints of Breaker Bay #4F8478

RGB

 RED value IS 79 (31.25% from 255) = 23.87%

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

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

R = 23.87%
G = 39.88%
B = 36.25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#4F8478 (or 0x4F8478) is known color: Breaker Bay. HEX triplet: 4F, 84 and 78. RGB value is (79,132,120). Sum of RGB (Red+Green+Blue) = 79+132+120=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 132 - color contains mainly: green. Hex color #4F8478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8478 is #B07B87. Grayscale: #727272. Windows color (decimal): -11565960 or 7898191. OLE color: 7898191.

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

Color convert

RGB 79 132 120 -
CMYK 0.40 0 0.09 0.48
HSL 166.42º 0.25% 0.41% -
HSV(B) 166.42º 0.4% 0.52% -
XYZ 14.87 19.52 20.75 -
YUV 114.79 130.94 102.48 -
System Red Green Blue C M Y K H S L
Decimal 79 132 120 0.40 0 0.09 0.48 166.42 0.25 0.41
Hex 4F 84 78 28 0 9 30 A6 19 29
Octal 117 204 170 50 0 11 60 246 31 51
Binary 1001111 10000100 1111000 101000 0 1001 110000 10100110 11001 101001

Color Harmonies of #4F8478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8478

Black with #4F8478

Text Example


Text Example

White with #4F8478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F8478; }

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

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

background-color css

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

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

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

border-color css

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

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

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