Html Css Color HEX #4D817F Breaker Bay

📋 copy color: '#4D817F'

red 77 ◦ green 129 ◦ blue 127

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

Shades of Breaker Bay #4D817F

Tints of Breaker Bay #4D817F

RGB

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

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

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

R = 23.12%
G = 38.74%
B = 38.14%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#4D817F (or 0x4D817F) is known color: Breaker Bay. HEX triplet: 4D, 81 and 7F. RGB value is (77,129,127). Sum of RGB (Red+Green+Blue) = 77+129+127=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 129 - color contains mainly: green. Hex color #4D817F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D817F is #B27E80. Grayscale: #717171. Windows color (decimal): -11697793 or 8356173. OLE color: 8356173.

HSL color Cylindrical-coordinate representation of color #4D817F: hue angle of 177.69º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D817F is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 77 129 127 -
CMYK 0.40 0 0.02 0.49
HSL 177.69º 0.25% 0.4% -
HSV(B) 177.69º 0.4% 0.51% -
XYZ 14.74 18.81 22.93 -
YUV 113.22 135.77 102.16 -
System Red Green Blue C M Y K H S L
Decimal 77 129 127 0.40 0 0.02 0.49 177.69 0.25 0.4
Hex 4D 81 7F 28 0 2 31 B2 19 28
Octal 115 201 177 50 0 2 61 262 31 50
Binary 1001101 10000001 1111111 101000 0 10 110001 10110010 11001 101000

Color Harmonies of #4D817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D817F

Black with #4D817F

Text Example


Text Example

White with #4D817F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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