#4B847F

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

Shades of Breaker Bay #4B847F

Tints of Breaker Bay #4B847F

Color information

#4B847F (or 0x4B847F) is unknown color: approx Breaker Bay. HEX triplet: 4B, 84 and 7F. RGB value is (75,132,127). Sum of RGB (Red+Green+Blue) = 75+132+127=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 132 - color contains mainly: green. Hex color #4B847F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B847F is #B47B80. Grayscale: #727272. Windows color (decimal): -11828097 or 8356939. OLE color: 8356939.

HSL color Cylindrical-coordinate representation of color #4B847F: hue angle of 174.74º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B847F is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB75132127-
CMYK0.4300.040.48
HSL174.74º27.54%40.59%-
HSV(B)174.74º43.18%51.76%-
XYZ14.9819.5323.06-
YUV114.39135.1299.91-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.46%
GREEN value IS 132 (51.95% from 255) = 39.52%
BLUE value IS 127 (50% from 255) = 38.02%
R=22.46%
G=39.52%
B=38.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal751321270.4300.040.48174.7427.5440.59
Hex4B847F2B0430af1c29
Octal1132041775304602573451
Binary100101110000100111111110101101001100001010111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,132,127); }

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

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

 a { background-color: rgb(75,132,127); }

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

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

 span { border-color: rgb(75,132,127); }

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