Html Css Color HEX #4D857C Breaker Bay

📋 copy color: '#4D857C'

red 77 ◦ green 133 ◦ blue 124

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

Shades of Breaker Bay #4D857C

Tints of Breaker Bay #4D857C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.82%

 BLUE value IS 124 (48.83% from 255) = 37.13%

R = 23.05%
G = 39.82%
B = 37.13%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#4D857C (or 0x4D857C) is known color: Breaker Bay. HEX triplet: 4D, 85 and 7C. RGB value is (77,133,124). Sum of RGB (Red+Green+Blue) = 77+133+124=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #4D857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D857C is #B27A83. Grayscale: #737373. Windows color (decimal): -11696772 or 8160589. OLE color: 8160589.

HSL color Cylindrical-coordinate representation of color #4D857C: hue angle of 170.36º degrees, saturation: 0.27, 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 #4D857C is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 77 133 124 -
CMYK 0.42 0 0.07 0.48
HSL 170.36º 0.27% 0.41% -
HSV(B) 170.36º 0.42% 0.52% -
XYZ 15.09 19.81 22.1 -
YUV 115.23 132.95 100.73 -
System Red Green Blue C M Y K H S L
Decimal 77 133 124 0.42 0 0.07 0.48 170.36 0.27 0.41
Hex 4D 85 7C 2A 0 7 30 AA 1B 29
Octal 115 205 174 52 0 7 60 252 33 51
Binary 1001101 10000101 1111100 101010 0 111 110000 10101010 11011 101001

Color Harmonies of #4D857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D857C

Black with #4D857C

Text Example


Text Example

White with #4D857C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,133,124); }

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

background-color css

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

 a { background-color: rgb(77,133,124); }

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

border-color css

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

 span { border-color: rgb(77,133,124); }

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