Html Css Color HEX #4D817D Breaker Bay

📋 copy color: '#4D817D'

red 77 ◦ green 129 ◦ blue 125

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

Shades of Breaker Bay #4D817D

Tints of Breaker Bay #4D817D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.76%

R = 23.26%
G = 38.97%
B = 37.76%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#4D817D (or 0x4D817D) is known color: Breaker Bay. HEX triplet: 4D, 81 and 7D. RGB value is (77,129,125). Sum of RGB (Red+Green+Blue) = 77+129+125=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 129 - color contains mainly: green. Hex color #4D817D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D817D is #B27E82. Grayscale: #707070. Windows color (decimal): -11697795 or 8225101. OLE color: 8225101.

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

Color convert

RGB 77 129 125 -
CMYK 0.40 0 0.03 0.49
HSL 175.38º 0.25% 0.4% -
HSV(B) 175.38º 0.4% 0.51% -
XYZ 14.61 18.76 22.25 -
YUV 113 134.77 102.33 -
System Red Green Blue C M Y K H S L
Decimal 77 129 125 0.40 0 0.03 0.49 175.38 0.25 0.4
Hex 4D 81 7D 28 0 3 31 AF 19 28
Octal 115 201 175 50 0 3 61 257 31 50
Binary 1001101 10000001 1111101 101000 0 11 110001 10101111 11001 101000

Color Harmonies of #4D817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D817D

Black with #4D817D

Text Example


Text Example

White with #4D817D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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