#4B847E

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

Shades of Breaker Bay #4B847E

Tints of Breaker Bay #4B847E

Color information

#4B847E (or 0x4B847E) is unknown color: approx Breaker Bay. HEX triplet: 4B, 84 and 7E. RGB value is (75,132,126). Sum of RGB (Red+Green+Blue) = 75+132+126=333 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.52% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 132 - color contains mainly: green. Hex color #4B847E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B847E is #B47B81. Grayscale: #727272. Windows color (decimal): -11828098 or 8291403. OLE color: 8291403.

HSL color Cylindrical-coordinate representation of color #4B847E: hue angle of 173.68º 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 #4B847E is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB75132126-
CMYK0.4300.050.48
HSL173.68º27.54%40.59%-
HSV(B)173.68º43.18%51.76%-
XYZ14.9219.522.72-
YUV114.27134.6299.99-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.52%
GREEN value IS 132 (51.95% from 255) = 39.64%
BLUE value IS 126 (49.61% from 255) = 37.84%
R=22.52%
G=39.64%
B=37.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal751321260.4300.050.48173.6827.5440.59
Hex4B847E2B0530ae1c29
Octal1132041765305602563451
Binary100101110000100111111010101101011100001010111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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