Html Css Color HEX #4E8277 Breaker Bay

📋 copy color: '#4E8277'

red 78 ◦ green 130 ◦ blue 119

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

Shades of Breaker Bay #4E8277

Tints of Breaker Bay #4E8277

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.76%

 BLUE value IS 119 (46.88% from 255) = 36.39%

R = 23.85%
G = 39.76%
B = 36.39%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#4E8277 (or 0x4E8277) is known color: Breaker Bay. HEX triplet: 4E, 82 and 77. RGB value is (78,130,119). Sum of RGB (Red+Green+Blue) = 78+130+119=327 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.85% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 130 - color contains mainly: green. Hex color #4E8277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8277 is #B17D88. Grayscale: #717171. Windows color (decimal): -11632009 or 7832142. OLE color: 7832142.

HSL color Cylindrical-coordinate representation of color #4E8277: hue angle of 167.31º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E8277 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 78 130 119 -
CMYK 0.40 0 0.08 0.49
HSL 167.31º 0.25% 0.41% -
HSV(B) 167.31º 0.4% 0.51% -
XYZ 14.45 18.92 20.34 -
YUV 113.2 131.27 102.89 -
System Red Green Blue C M Y K H S L
Decimal 78 130 119 0.40 0 0.08 0.49 167.31 0.25 0.41
Hex 4E 82 77 28 0 8 31 A7 19 29
Octal 116 202 167 50 0 10 61 247 31 51
Binary 1001110 10000010 1110111 101000 0 1000 110001 10100111 11001 101001

Color Harmonies of #4E8277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E8277

Black with #4E8277

Text Example


Text Example

White with #4E8277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,130,119); }

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

background-color css

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

 a { background-color: rgb(78,130,119); }

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

border-color css

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

 span { border-color: rgb(78,130,119); }

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