Html Css Color HEX #4D817E Breaker Bay

📋 copy color: '#4D817E'

red 77 ◦ green 129 ◦ blue 126

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

Shades of Breaker Bay #4D817E

Tints of Breaker Bay #4D817E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.95%

R = 23.19%
G = 38.86%
B = 37.95%

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

#4D817E (or 0x4D817E) is known color: Breaker Bay. HEX triplet: 4D, 81 and 7E. RGB value is (77,129,126). Sum of RGB (Red+Green+Blue) = 77+129+126=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 129 - color contains mainly: green. Hex color #4D817E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D817E is #B27E81. Grayscale: #717171. Windows color (decimal): -11697794 or 8290637. OLE color: 8290637.

HSL color Cylindrical-coordinate representation of color #4D817E: hue angle of 176.54º 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 #4D817E is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 77 129 126 -
CMYK 0.40 0 0.02 0.49
HSL 176.54º 0.25% 0.4% -
HSV(B) 176.54º 0.4% 0.51% -
XYZ 14.68 18.78 22.59 -
YUV 113.11 135.27 102.24 -
System Red Green Blue C M Y K H S L
Decimal 77 129 126 0.40 0 0.02 0.49 176.54 0.25 0.4
Hex 4D 81 7E 28 0 2 31 B1 19 28
Octal 115 201 176 50 0 2 61 261 31 50
Binary 1001101 10000001 1111110 101000 0 10 110001 10110001 11001 101000

Color Harmonies of #4D817E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D817E

Black with #4D817E

Text Example


Text Example

White with #4D817E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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