Html Css Color HEX #4C8277 Breaker Bay

📋 copy color: '#4C8277'

red 76 ◦ green 130 ◦ blue 119

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

Shades of Breaker Bay #4C8277

Tints of Breaker Bay #4C8277

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40%

 BLUE value IS 119 (46.88% from 255) = 36.62%

R = 23.38%
G = 40%
B = 36.62%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#4C8277 (or 0x4C8277) is known color: Breaker Bay. HEX triplet: 4C, 82 and 77. RGB value is (76,130,119). Sum of RGB (Red+Green+Blue) = 76+130+119=325 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.38% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 130 - color contains mainly: green. Hex color #4C8277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8277 is #B37D88. Grayscale: #707070. Windows color (decimal): -11763081 or 7832140. OLE color: 7832140.

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

Color convert

RGB 76 130 119 -
CMYK 0.42 0 0.08 0.49
HSL 167.78º 0.26% 0.4% -
HSV(B) 167.78º 0.42% 0.51% -
XYZ 14.29 18.83 20.33 -
YUV 112.6 131.61 101.89 -
System Red Green Blue C M Y K H S L
Decimal 76 130 119 0.42 0 0.08 0.49 167.78 0.26 0.4
Hex 4C 82 77 2A 0 8 31 A8 1A 28
Octal 114 202 167 52 0 10 61 250 32 50
Binary 1001100 10000010 1110111 101010 0 1000 110001 10101000 11010 101000

Color Harmonies of #4C8277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8277

Black with #4C8277

Text Example


Text Example

White with #4C8277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,130,119); }

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

background-color css

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

 a { background-color: rgb(76,130,119); }

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

border-color css

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

 span { border-color: rgb(76,130,119); }

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