Html Css Color HEX #4F837C Breaker Bay

📋 copy color: '#4F837C'

red 79 ◦ green 131 ◦ blue 124

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

Shades of Breaker Bay #4F837C

Tints of Breaker Bay #4F837C

RGB

 RED value IS 79 (31.25% from 255) = 23.65%

 GREEN value IS 131 (51.56% from 255) = 39.22%

 BLUE value IS 124 (48.83% from 255) = 37.13%

R = 23.65%
G = 39.22%
B = 37.13%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#4F837C (or 0x4F837C) is known color: Breaker Bay. HEX triplet: 4F, 83 and 7C. RGB value is (79,131,124). Sum of RGB (Red+Green+Blue) = 79+131+124=334 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.65% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 131 - color contains mainly: green. Hex color #4F837C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F837C is #B07C83. Grayscale: #727272. Windows color (decimal): -11566212 or 8160079. OLE color: 8160079.

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

Color convert

RGB 79 131 124 -
CMYK 0.40 0 0.05 0.49
HSL 171.92º 0.25% 0.41% -
HSV(B) 171.92º 0.4% 0.51% -
XYZ 14.98 19.35 22.01 -
YUV 114.65 133.27 102.57 -
System Red Green Blue C M Y K H S L
Decimal 79 131 124 0.40 0 0.05 0.49 171.92 0.25 0.41
Hex 4F 83 7C 28 0 5 31 AC 19 29
Octal 117 203 174 50 0 5 61 254 31 51
Binary 1001111 10000011 1111100 101000 0 101 110001 10101100 11001 101001

Color Harmonies of #4F837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F837C

Black with #4F837C

Text Example


Text Example

White with #4F837C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,131,124); }

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

background-color css

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

 a { background-color: rgb(79,131,124); }

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

border-color css

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

 span { border-color: rgb(79,131,124); }

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