Html Css Color HEX #4C857D Breaker Bay

📋 copy color: '#4C857D'

red 76 ◦ green 133 ◦ blue 125

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

Shades of Breaker Bay #4C857D

Tints of Breaker Bay #4C857D

RGB

 RED value IS 76 (30.08% from 255) = 22.75%

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

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

R = 22.75%
G = 39.82%
B = 37.43%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#4C857D (or 0x4C857D) is known color: Breaker Bay. HEX triplet: 4C, 85 and 7D. RGB value is (76,133,125). Sum of RGB (Red+Green+Blue) = 76+133+125=334 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.75% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #4C857D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C857D is #B37A82. Grayscale: #737373. Windows color (decimal): -11762307 or 8226124. OLE color: 8226124.

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

Color convert

RGB 76 133 125 -
CMYK 0.43 0 0.06 0.48
HSL 171.58º 0.27% 0.41% -
HSV(B) 171.58º 0.43% 0.52% -
XYZ 15.07 19.79 22.43 -
YUV 115.05 133.62 100.15 -
System Red Green Blue C M Y K H S L
Decimal 76 133 125 0.43 0 0.06 0.48 171.58 0.27 0.41
Hex 4C 85 7D 2B 0 6 30 AC 1B 29
Octal 114 205 175 53 0 6 60 254 33 51
Binary 1001100 10000101 1111101 101011 0 110 110000 10101100 11011 101001

Color Harmonies of #4C857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C857D

Black with #4C857D

Text Example


Text Example

White with #4C857D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,133,125); }

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

background-color css

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

 a { background-color: rgb(76,133,125); }

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

border-color css

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

 span { border-color: rgb(76,133,125); }

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