Html Css Color HEX #4D847F Breaker Bay

📋 copy color: '#4D847F'

red 77 ◦ green 132 ◦ blue 127

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

Shades of Breaker Bay #4D847F

Tints of Breaker Bay #4D847F

RGB

 RED value IS 77 (30.47% from 255) = 22.92%

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

 BLUE value IS 127 (50% from 255) = 37.8%

R = 22.92%
G = 39.29%
B = 37.8%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#4D847F (or 0x4D847F) is known color: Breaker Bay. HEX triplet: 4D, 84 and 7F. RGB value is (77,132,127). Sum of RGB (Red+Green+Blue) = 77+132+127=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 132 - color contains mainly: green. Hex color #4D847F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D847F is #B27B80. Grayscale: #727272. Windows color (decimal): -11697025 or 8356941. OLE color: 8356941.

HSL color Cylindrical-coordinate representation of color #4D847F: hue angle of 174.55º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D847F is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 77 132 127 -
CMYK 0.42 0 0.04 0.48
HSL 174.55º 0.26% 0.41% -
HSV(B) 174.55º 0.42% 0.52% -
XYZ 15.14 19.61 23.07 -
YUV 114.99 134.78 100.91 -
System Red Green Blue C M Y K H S L
Decimal 77 132 127 0.42 0 0.04 0.48 174.55 0.26 0.41
Hex 4D 84 7F 2A 0 4 30 AF 1A 29
Octal 115 204 177 52 0 4 60 257 32 51
Binary 1001101 10000100 1111111 101010 0 100 110000 10101111 11010 101001

Color Harmonies of #4D847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D847F

Black with #4D847F

Text Example


Text Example

White with #4D847F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,132,127); }

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

background-color css

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

 a { background-color: rgb(77,132,127); }

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

border-color css

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

 span { border-color: rgb(77,132,127); }

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