Html Css Color HEX #4C817C Breaker Bay

📋 copy color: '#4C817C'

red 76 ◦ green 129 ◦ blue 124

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

Shades of Breaker Bay #4C817C

Tints of Breaker Bay #4C817C

RGB

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

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

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

R = 23.1%
G = 39.21%
B = 37.69%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#4C817C (or 0x4C817C) is known color: Breaker Bay. HEX triplet: 4C, 81 and 7C. RGB value is (76,129,124). Sum of RGB (Red+Green+Blue) = 76+129+124=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 129 - color contains mainly: green. Hex color #4C817C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C817C is #B37E83. Grayscale: #707070. Windows color (decimal): -11763332 or 8159564. OLE color: 8159564.

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

Color convert

RGB 76 129 124 -
CMYK 0.41 0 0.04 0.49
HSL 174.34º 0.26% 0.4% -
HSV(B) 174.34º 0.41% 0.51% -
XYZ 14.47 18.69 21.91 -
YUV 112.58 134.44 101.91 -
System Red Green Blue C M Y K H S L
Decimal 76 129 124 0.41 0 0.04 0.49 174.34 0.26 0.4
Hex 4C 81 7C 29 0 4 31 AE 1A 28
Octal 114 201 174 51 0 4 61 256 32 50
Binary 1001100 10000001 1111100 101001 0 100 110001 10101110 11010 101000

Color Harmonies of #4C817C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C817C

Black with #4C817C

Text Example


Text Example

White with #4C817C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,129,124); }

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

background-color css

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

 a { background-color: rgb(76,129,124); }

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

border-color css

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

 span { border-color: rgb(76,129,124); }

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