#4B7977

Color #4B7977 Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #4B7977

Tints of Breaker Bay #4B7977

Color information

#4B7977 (or 0x4B7977) is unknown color: approx Breaker Bay. HEX triplet: 4B, 79 and 77. RGB value is (75,121,119). Sum of RGB (Red+Green+Blue) = 75+121+119=315 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.81% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 121 - color contains mainly: green. Hex color #4B7977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7977 is #B48688. Grayscale: #6A6A6A. Windows color (decimal): -11830921 or 7829835. OLE color: 7829835.

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

Color convert

RGB75121119-
CMYK0.3800.020.53
HSL177.39º23.47%38.43%-
HSV(B)177.39º38.02%47.45%-
XYZ13.0716.519.95-
YUV107.02134.76105.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.81%
GREEN value IS 121 (47.66% from 255) = 38.41%
BLUE value IS 119 (46.88% from 255) = 37.78%
R=23.81%
G=38.41%
B=37.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal751211190.3800.020.53177.3923.4738.43
Hex4B7977260235b11726
Octal1131711674602652612746
Binary1001011111100111101111001100101101011011000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B7977;
 }
 .AnyTagClassName
 {
   color: #4B7977;
 }
</style>
background-color css

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

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

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

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

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

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