Html Css Color HEX #4F7374 Breaker Bay

📋 copy color: '#4F7374'

red 79 ◦ green 115 ◦ blue 116

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

Shades of Breaker Bay #4F7374

Tints of Breaker Bay #4F7374

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.1%

 BLUE value IS 116 (45.7% from 255) = 37.42%

R = 25.48%
G = 37.1%
B = 37.42%

CMYK

 C value IS 0.32

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4F7374 (or 0x4F7374) is known color: Breaker Bay. HEX triplet: 4F, 73 and 74. RGB value is (79,115,116). Sum of RGB (Red+Green+Blue) = 79+115+116=310 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.48% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 116 - color contains mainly: blue. Hex color #4F7374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7374 is #B08C8B. Grayscale: #686868. Windows color (decimal): -11570316 or 7631695. OLE color: 7631695.

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

Color convert

RGB 79 115 116 -
CMYK 0.32 0.01 0 0.55
HSL 181.62º 0.19% 0.38% -
HSV(B) 181.62º 0.32% 0.45% -
XYZ 12.51 15.18 18.79 -
YUV 104.35 134.57 109.92 -
System Red Green Blue C M Y K H S L
Decimal 79 115 116 0.32 0.01 0 0.55 181.62 0.19 0.38
Hex 4F 73 74 20 1 0 37 B6 13 26
Octal 117 163 164 40 1 0 67 266 23 46
Binary 1001111 1110011 1110100 100000 1 0 110111 10110110 10011 100110

Color Harmonies of #4F7374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7374

Black with #4F7374

Text Example


Text Example

White with #4F7374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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