Html Css Color HEX #4A7977 Breaker Bay

📋 copy color: '#4A7977'

red 74 ◦ green 121 ◦ blue 119

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

Shades of Breaker Bay #4A7977

Tints of Breaker Bay #4A7977

RGB

 RED value IS 74 (29.3% from 255) = 23.57%

 GREEN value IS 121 (47.66% from 255) = 38.54%

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

R = 23.57%
G = 38.54%
B = 37.9%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#4A7977 (or 0x4A7977) is known color: Breaker Bay. HEX triplet: 4A, 79 and 77. RGB value is (74,121,119). Sum of RGB (Red+Green+Blue) = 74+121+119=314 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.57% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 121 - color contains mainly: green. Hex color #4A7977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7977 is #B58688. Grayscale: #6A6A6A. Windows color (decimal): -11896457 or 7829834. OLE color: 7829834.

HSL color Cylindrical-coordinate representation of color #4A7977: hue angle of 177.45º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4A7977 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 121 119 -
CMYK 0.39 0 0.02 0.53
HSL 177.45º 0.24% 0.38% -
HSV(B) 177.45º 0.39% 0.47% -
XYZ 12.99 16.46 19.95 -
YUV 106.72 134.93 104.66 -
System Red Green Blue C M Y K H S L
Decimal 74 121 119 0.39 0 0.02 0.53 177.45 0.24 0.38
Hex 4A 79 77 27 0 2 35 B1 18 26
Octal 112 171 167 47 0 2 65 261 30 46
Binary 1001010 1111001 1110111 100111 0 10 110101 10110001 11000 100110

Color Harmonies of #4A7977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7977

Black with #4A7977

Text Example


Text Example

White with #4A7977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,121,119); }

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

background-color css

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

 a { background-color: rgb(74,121,119); }

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

border-color css

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

 span { border-color: rgb(74,121,119); }

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