Html Css Color HEX #4F7173 Breaker Bay

📋 copy color: '#4F7173'

red 79 ◦ green 113 ◦ blue 115

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

Shades of Breaker Bay #4F7173

Tints of Breaker Bay #4F7173

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.81%

 BLUE value IS 115 (45.31% from 255) = 37.46%

R = 25.73%
G = 36.81%
B = 37.46%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4F7173 (or 0x4F7173) is known color: Breaker Bay. HEX triplet: 4F, 71 and 73. RGB value is (79,113,115). Sum of RGB (Red+Green+Blue) = 79+113+115=307 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.73% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F7173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7173 is #B08E8C. Grayscale: #676767. Windows color (decimal): -11570829 or 7565647. OLE color: 7565647.

HSL color Cylindrical-coordinate representation of color #4F7173: hue angle of 183.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F7173 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 79 113 115 -
CMYK 0.31 0.02 0 0.55
HSL 183.33º 0.19% 0.38% -
HSV(B) 183.33º 0.31% 0.45% -
XYZ 12.22 14.71 18.41 -
YUV 103.06 134.74 110.84 -
System Red Green Blue C M Y K H S L
Decimal 79 113 115 0.31 0.02 0 0.55 183.33 0.19 0.38
Hex 4F 71 73 1F 2 0 37 B7 13 26
Octal 117 161 163 37 2 0 67 267 23 46
Binary 1001111 1110001 1110011 11111 10 0 110111 10110111 10011 100110

Color Harmonies of #4F7173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7173

Black with #4F7173

Text Example


Text Example

White with #4F7173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,113,115); }

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

background-color css

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

 a { background-color: rgb(79,113,115); }

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

border-color css

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

 span { border-color: rgb(79,113,115); }

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