Html Css Color HEX #4E847E Breaker Bay

📋 copy color: '#4E847E'

red 78 ◦ green 132 ◦ blue 126

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

Shades of Breaker Bay #4E847E

Tints of Breaker Bay #4E847E

RGB

 RED value IS 78 (30.86% from 255) = 23.21%

 GREEN value IS 132 (51.95% from 255) = 39.29%

 BLUE value IS 126 (49.61% from 255) = 37.5%

R = 23.21%
G = 39.29%
B = 37.5%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#4E847E (or 0x4E847E) is known color: Breaker Bay. HEX triplet: 4E, 84 and 7E. RGB value is (78,132,126). Sum of RGB (Red+Green+Blue) = 78+132+126=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 132 - color contains mainly: green. Hex color #4E847E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E847E is #B17B81. Grayscale: #737373. Windows color (decimal): -11631490 or 8291406. OLE color: 8291406.

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

Color convert

RGB 78 132 126 -
CMYK 0.41 0 0.05 0.48
HSL 173.33º 0.26% 0.41% -
HSV(B) 173.33º 0.41% 0.52% -
XYZ 15.16 19.63 22.73 -
YUV 115.17 134.11 101.49 -
System Red Green Blue C M Y K H S L
Decimal 78 132 126 0.41 0 0.05 0.48 173.33 0.26 0.41
Hex 4E 84 7E 29 0 5 30 AD 1A 29
Octal 116 204 176 51 0 5 60 255 32 51
Binary 1001110 10000100 1111110 101001 0 101 110000 10101101 11010 101001

Color Harmonies of #4E847E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E847E

Black with #4E847E

Text Example


Text Example

White with #4E847E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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