Html Css Color HEX #4A7976 Breaker Bay

📋 copy color: '#4A7976'

red 74 ◦ green 121 ◦ blue 118

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

Shades of Breaker Bay #4A7976

Tints of Breaker Bay #4A7976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.7%

R = 23.64%
G = 38.66%
B = 37.7%

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

#4A7976 (or 0x4A7976) is known color: Breaker Bay. HEX triplet: 4A, 79 and 76. RGB value is (74,121,118). Sum of RGB (Red+Green+Blue) = 74+121+118=313 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.64% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 121 - color contains mainly: green. Hex color #4A7976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7976 is #B58689. Grayscale: #6A6A6A. Windows color (decimal): -11896458 or 7764298. OLE color: 7764298.

HSL color Cylindrical-coordinate representation of color #4A7976: hue angle of 176.17º 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 #4A7976 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 121 118 -
CMYK 0.39 0 0.02 0.53
HSL 176.17º 0.24% 0.38% -
HSV(B) 176.17º 0.39% 0.47% -
XYZ 12.93 16.44 19.63 -
YUV 106.61 134.43 104.74 -
System Red Green Blue C M Y K H S L
Decimal 74 121 118 0.39 0 0.02 0.53 176.17 0.24 0.38
Hex 4A 79 76 27 0 2 35 B0 18 26
Octal 112 171 166 47 0 2 65 260 30 46
Binary 1001010 1111001 1110110 100111 0 10 110101 10110000 11000 100110

Color Harmonies of #4A7976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7976

Black with #4A7976

Text Example


Text Example

White with #4A7976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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